--- On Tue, 6/15/10, Douglas Hubler <[email protected]> wrote: > > I think it depends on what you set as the LDAP search > string when > importing. In this example, you need to find a query > string that can > select Clark Kent, but not Mickey Mouse (assuming that is > what you > want). Maybe you need to add another organizational > unit (e.g. > ou=Employee ) to the users you want to import. >
Or directly use ou=People (that is, only users within People ou) - this way you'll get rid of the mouse but still hang on with the superhero > > > # person > > dn: cn=Clark Kent,ou=People,dc=buc,dc=ro > > objectClass: inetOrgPerson > > cn: Clark Kent > > sn: Kent > > mail: [email protected] > > userPassword: secret > > > > # person's personal address book > > dn: ou=Address Book,cn=Clark > Kent,ou=People,dc=buc,dc=ro > > objectClass: organizationalUnit > > ou: Address Book > > > > # entry in person's personal address book > > dn: cn=Mickey Mouse,ou=Address Book,cn=Clark > Kent,ou=People,dc=buc,dc=ro > > objectClass: inetOrgPerson > > cn: Mickey Mouse > > sn: Mouse > > mail: [email protected] _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
