RE: 2.2.5 double listing
"GG Noris" <[email protected]> Mon, 18 Jul 2005 18:40:47 +0200
| Newsgroups | gmane.mail.qmail.ldap.phpqladmin |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: Turbo Fredriksson [mailto:turbo@pumba] On Behalf Of=20 > Turbo Fredriksson > Sent: Friday, July 15, 2005 3:17 PM > To: [email protected] > Subject: Re: [phpqladmin] 2.2.5 double listing >=20 > Quoting "GG Noris" <[email protected]>: >=20 > > hello. > > i have tested the 2.2.5 version. > > I login in my databases with initial logon. > > I have some trouble to convert my old ldap structure config=20 > with the new > > layout. >=20 > As you can understand, there's as many database layouts as=20 > there is LDAP > administrators so it's difficult for me to predict all=20 > possible ways... ok. >=20 > > this is the last try: > > > > c=3Dit ( and all phpqladmin objectclasses and value putted here ) > > ou=3Dexample.com > > [email protected] > > [email protected] > > ou=3Dexample2.com > > [email protected] > > [email protected] > > ou=3Dqmailldap > > cn=3Dfirstmx > > cn=3Dsecondmx >=20 > Try changing the 'ou' to 'o' here, and put a 'ou=3DPeople' in=20 > each of them. >=20 you know if there'is a method to automate this change, or a strument that do this ? >=20 > But in your case, I wonder if itsn't better to use 'dc': >=20 if i use dc for openldap i need to mantain the organization attribute for the root entry, because dc alone is not possible. =20 > ----- s n i p ----- > cn=3Dfirstmx,ou=3DQmailLDAP,o=3DYOUR_company,c=3DIT > cn=3Dsecondmx,ou=3DQmailLDAP,o=3DYOUR_company,c=3DIT >=20 > [email protected],dc=3Dexample,dc=3Dcom >=20 > [email protected],dc=3Dexample2,dc=3Dcom > ----- s n i p ----- >=20 > This is really a generic LDAP question, but phpQLAdmin is quite > stupid what it accepts... >=20 > If you know PHP, have a look in=20 > 'include/pql_search.inc:pql_get_domains()'. > That's where it tries to figure out your layout and show you=20 > your users > and branches... >=20 > I'll setup a test database with you type of layout and see what i can > do about it... THX a lot. for your patience. this layout i have designed in my "first contact" with ldap ad if is necessary to change for have a good "future" compatibility with phpqladmin and future release of openldap I made this change. GG