Displaying 2 results from an estimated 2 matches for "sambalm".
Did you mean:
samba&m
2007 Apr 18
1
change ldap accounts to samba ldap accounts
...ldap database populated with a couple hundred users
and need to be able to use the same password they use for their login as
for their samba accounts.
Is there anyway to add all the samba attributes to their ldap accounts
and also migrate their passwords from the standard md5 unix passwords to
sambaLM and sambaNT password like via script or something?
I looked at the smbldap-tools but i don't see any clear explanation of
them. I might be confused as for if those are what i need or not.
To make things short.
I want all my existing ldap users to have a single password in ldap
without having...
2009 Apr 10
2
Some questions about Samba and LDAP
...s (ACL) that
should be granted to the various attributes of samba schema? By
default my LDAP server is quite protected and allows no access to
any attribute, unless specified otherwise.
I could find:
## allow the "ldap admin dn" access, but deny everyone else
access to attrs=SambaLMPassword,SambaNTPassword
by dn="cn=Samba Admin,ou=People,dc=quenya,dc=org" write
by * none
But what about the other attributes?
- I have my users database existing in LDAP, how can I add Samba
support? I understand that I should modify the objectClass of each
user to incl...