How do I add several external (non-Scalix) users to the SYSTEM Directory?

From Scalix Wiki
Jump to: navigation, search

1) Do the following for one user:

  omaddent -e "S=lastname/G=firstname/OU1=internet/OU2=tnef/CN=display name in address book/IA=name@acme.net"
  omexeccda

2) To add several entries from a file, create a file with all the required entries in the following format (example):

  CN=Graham, Tom /IA=tgraham@acme.com/OU1=internet/OU2=tnef/LDAP-OBJECT-      
  CLASS=user/S=Graham/G=Tom
  CN=Johnson, Mark A./IA=mjohnson@acme.com/OU1=internet/OU2=tnef/LDAP-OBJECT-   
  CLASS=user/S=Johnson/G=Mark/I=A

3) Then run:

  omaddent -f /path/filename
  omexeccda

4) To see the entries in MS Outlook, log out and log in again.