Difference between revisions of "VTLUUG:LDAP Info"
imported>Mutantmonkey |
imported>Echarlie |
||
Line 10: | Line 10: | ||
* 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. | ||
− | [[Category: | + | [[Category:Services]] |
[[Category:Howtos]] | [[Category:Howtos]] |
Revision as of 15:05, 21 March 2016
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: /bin/zsh
Replace USERNAME with your username, and replace /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.