Difference between revisions of "VTLUUG:LDAP Info"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Mutantmonkey
(Remove password change info since we're using Kerberos now)
imported>Mjh
(Categorization)
Line 9: Line 9:
 
Replace '''USERNAME''' with your username, and replace '''/usr/bin/zsh''' with your desired shell if zsh isn't what you want.
 
Replace '''USERNAME''' with your username, and replace '''/usr/bin/zsh''' with your desired shell if zsh isn't what you want.
 
* Press Ctrl-D, wait about 10 minutes, then log back in. Your new shell should work.
 
* Press Ctrl-D, wait about 10 minutes, then log back in. Your new shell should work.
 +
 +
[[VTLUUG:Administration]]
 +
[[Howtos]]

Revision as of 06:20, 3 February 2013

Change your shell

  • Run ldapmodify -x -W -D 'uid=USERNAME,ou=People,dc=vtluug,dc=org', where USERNAME is your username.
  • You will be prompted for your password, enter it.
  • Now type the following:
dn: uid=USERNAME,ou=People,dc=vtluug,dc=org
changetype: modify
replace: loginShell
loginShell: /usr/bin/zsh

Replace USERNAME with your username, and replace /usr/bin/zsh with your desired shell if zsh isn't what you want.

  • Press Ctrl-D, wait about 10 minutes, then log back in. Your new shell should work.

VTLUUG:Administration Howtos