On Mon, Jun 14, 2010 at 7:48 PM, Mircea Carasel <[email protected]> wrote: > I noticed that when I try to import LDAP users into sipXecs, if I > create an user with an Address Book, both the user and the users > contained in his address book > are imported as normal sipXecs users.
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. > # 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/
