Loading howto/retire-a-user.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -90,7 +90,7 @@ hashed password, and there are many ways to do that, but if you have a copy of the userdir-ldap source code lying around, this could just do copy of the userdir-ldap source code lying around, this could just do it: it: >>> from userdir_ldap import HashPass, GenPass >>> from userdir_ldap.ldap import HashPass, GenPass >>> print("{crypt}" + HashPass(GenPass())) >>> print("{crypt}" + HashPass(GenPass())) If the user was completely deleted from the LDAP database, you need to If the user was completely deleted from the LDAP database, you need to Loading Loading
howto/retire-a-user.md +1 −1 Original line number Original line Diff line number Diff line Loading @@ -90,7 +90,7 @@ hashed password, and there are many ways to do that, but if you have a copy of the userdir-ldap source code lying around, this could just do copy of the userdir-ldap source code lying around, this could just do it: it: >>> from userdir_ldap import HashPass, GenPass >>> from userdir_ldap.ldap import HashPass, GenPass >>> print("{crypt}" + HashPass(GenPass())) >>> print("{crypt}" + HashPass(GenPass())) If the user was completely deleted from the LDAP database, you need to If the user was completely deleted from the LDAP database, you need to Loading