User Tools

Site Tools


ldap

This is an old revision of the document!


oodnotice

Tardis quite likes LDAP.

ldap_authentication

Miscellaneous Commands

To add someone to a group in LDAP:

bung@gallifrey:/$ ldapvi -D 'cn=admin,dc=tardis,dc=ed,dc=ac,dc=uk' -b 'ou=Group,dc=tardis,dc=ed,dc=ac,dc=uk' '(cn=admin)'

(Ask me about the password. –Bung 15:05, 3 January 2006 (GMT))

Add the new entry appropriately, e.g.

memberUid: bob

Quit the editor, say 'y' to the prompt, and you've volunteered a whole new era of Tardis adminning!

In the case of admin, you'll want to change their default group from student to assistant:

bung@gallifrey:/$ ldapvi -D 'cn=admin,dc=tardis,dc=ed,dc=ac,dc=uk' -b '(uid=bob)'

And change

gidNumber: 1005

to

gidNumber: 1001

To search for a specific user in LDAP (this seemed to work):

ldapsearch -D 'cn=admin,dc=tardis,dc=ed,dc=ac,dc=uk' -b 'dc=tardis,dc=ed,dc=ac,dc=uk' -W "(uid=username)"

(You can also ask me for the LDAP password –Hayden 24/02/13)

ldap.1381608194.txt.gz · Last modified: (external edit)