*Empty MediaWiki Message*

This commit is contained in:
Astro 2006-08-23 01:22:55 +00:00
parent 9bdd969030
commit e7f6b7fe77
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
ssh head1.hydra.hq.c3d2.de
kinit
ldapsearch uid=astro |egrep -e '^dn:|^loginShell:' > me.ldif
ldapsearch uid=$(whoami) |egrep -e '^dn:|^loginShell:' > me.ldif
vim me.ldif
ldapmodify -f me.ldif