We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42124a4 commit b47630dCopy full SHA for b47630d
backends/02openldap/bin/changepasswd
@@ -7,7 +7,7 @@ sub readConfig()
7
%param=();
8
$param{'host'}="***REMOVED***";
9
$param{'dn'}="cn=manager,cn=internal,dc=lyon,dc=archi,dc=fr";
10
- $param{'pwd'}="***REMOVED***";
+ $param{'pwd'}="*****";
11
$param{'base'}="dc=lyon,dc=archi,dc=fr";
12
return %param;
13
}
0 commit comments