Displaying 3 results from an estimated 3 matches for "zergio".
Did you mean:
sergio
2004 Mar 11
3
samba 3.0.2a (ported from 2.2.8a) with LDAP failed to add machine account
Hi all!
Domain is up and running. I can add users and they can change passwords.
Problem occurred when I tried to add machine account.
add machine script works fine (unix user created) but samba can not
modify entry. LDAP permissions are proper.
If you have any idea welcomed.
Thank you
Here is the log:
[2004/03/10 14:33:08, 3] passdb/pdb_ldap.c:ldapsam_add_sam_account(1595)
2004 Jun 02
1
Unable to execute program from smbldap-passwd.pl om samba 3.0.4
Hello!
Recently I've migrated from samba 2.2.8a to 3.0.4. I use ldap as user
database backend.
To synchronize unix password the smbldap-passwd.pl script is used. But I
need to sync virtual mail passwords as well.
That is why I added to the script few lines of code. Mainly I call
external programs.
The code is like this:
system("/etc/cron.hourly/sqwebmail-cron-cleancache");
When I
2004 Mar 04
0
min password length
Hello!
I've discovered that setting "min password length" in smb.conf file it
is not enough when user changes password with windows "change password"
dialog, also its necessary to change account policy with pdbedit -P "min
password length" -C 4
Is that desired behavior to set same parameter twice?
Thank you