Anonymous

Equipment/Turing: Difference between revisions

From London Hackspace Wiki
mostly self service now
(point to the patches.)
(mostly self service now)
Line 66: Line 66:


=== cheat sheet at the moment ===
=== cheat sheet at the moment ===
==== Add a user ====
<nowiki>
smbldap-useradd -a -A 1 -c "<Gcos Comment>"  -N <FirstName> -S <Surname> <username></nowiki>
==== change a password ====
<nowiki>
smbldap-passwd <username></nowiki>


==== list a users details ====
==== list a users details ====
Line 86: Line 76:
  <nowiki>
  <nowiki>
smbldap-userinfo -l <username></nowiki>
smbldap-userinfo -l <username></nowiki>
==== delete a user ====
<nowiki>
smbldap-userdel <username></nowiki>


==== add a user to a group ====
==== add a user to a group ====