[rt-devel] Contrib: LDAP user import utility

Stanislav Sinyagin ssinyagin at yahoo.com
Wed Dec 11 08:26:33 EST 2002


Hi all, 

I'm happy to contribute this new utility.
Jesse, please add it to the contrib directory. 

I tried to make it as universal as possible, so perhaps it's 
a good candidate to main RT distribution?

See the README below and the TAR archive attached.

Regards, 
Stanislav

==================================================================
rtimportldap.pl:
  The utility for importing the RT users from LDAP directory

Author: Stanislav Sinyagin <ssinyagin at yahoo.com>


This script is written as generic as possible, but tested
in Microsoft Active Directory/Exchange 2000 environment only.

Usage: ./rtimportldap.pl options...
Options ([M] means mandatory, [O] means optional):
  --server   hostname         [M] LDAP server
  --port     port             [O] LDAP TCP port. Default: 389
  --ldapver  3|2              [O] LDAP version. Default: 3
  --binddn   dn               [O] Bind DN
  --bindpw   password         [O] Bind password
  --basedn   dn               [M] Base DN
  --filter   filter           [O] Search filter. Default:
         (|(objectClass=organizationalPerson)(objectClass=person))
  --uidattr  attr             [O] Username attribute. Default: 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rtimportldap.tar
Type: application/x-tar
Size: 20480 bytes
Desc: rtimportldap.tar
Url : http://pallas.eruditorum.org/pipermail/rt-devel/attachments/20021211/ba28a30c/rtimportldap.tar


More information about the Rt-devel mailing list