Feedback

  • Contents
 

icdsicon.gif  LDAP contact list attributes

 

Syntax for public contact source that uses the default folders:

SEARCH_DN="cn=$CONTACTSOURCE, ou=People, o=Airius.com";

 

Syntax for private contact source that uses the default folders:

SEARCH_DN="cn=$CONTACTSOURCE, uid=$ICUID, ou=People, o=Airius.com";

 

Syntax for private contact source that does not use the default folders:

USES_FOLDERS=FALSE; SEARCH_DN="uid=$ICUID, ou=People, o=Airius.com";SEARCH_FILTER="(objectclass=i3person)";