Displaying 1 result from an estimated 1 matches for "update_unix_passwd".
2007 Dec 07
1
CentOP 5.1 Problem with smbldap-passwd
...invalid per syntax
at /usr/sbin/smbldap-passwd line 285, <STDIN> line 2.
In 5.0 it works without errors.
I hope you can help me
Tanks,
Sebastian
Here is the part of the file
//////////////////////////////////////////////////////////////////////
# Update 'userPassword' field
if ( $update_unix_passwd ) {
my $shadowLastChange=int(time()/86400);
my $modify;
if ($< != 0) {
$modify = $ldap_master->modify ( "$dn",
changes => [
replace =>
[userPassword => &q...