Displaying 3 results from an estimated 3 matches for "temporal1".
Did you mean:
temporal
2015 Dec 30
4
Allow self password change using LDAP(s) with Samba4
...wd
unicodePwd: "Temporal2"
I get this error:
0x32 (Insufficient access; error in module acl: insufficient access rights
during LDB_MODIFY (50))
If I change the code, deleting the old password, and adding the new one:
dn: ........
changetype: modify
delete: unicodePwd
unicodePwd: "Temporal1"
-
add: unicodePwd
unicodePwd: "Temporal2"
Then I get this error:
#!ERROR [LDAP: error code 53 - 00002035: setup_io: it's not allowed to set
the NT hash password directly']
The ldapmodify are executed using the self user credentials, i wouldn't
like to use the administ...
2016 Jan 12
1
Allow self password change using LDAP(s) with Samba4
...cient access; error in module acl: insufficient access rights
>> during LDB_MODIFY (50))
>>
>> If I change the code, deleting the old password, and adding the new one:
>>
>> dn: ........
>> changetype: modify
>> delete: unicodePwd
>> unicodePwd: "Temporal1"
>> -
>> add: unicodePwd
>> unicodePwd: "Temporal2"
>>
>> Then I get this error:
>>
>> #!ERROR [LDAP: error code 53 - 00002035: setup_io: it's not allowed to set
>> the NT hash password directly']
>>
>> The ldapmodif...
2016 Jan 07
0
Allow self password change using LDAP(s) with Samba4
...s error:
>
> 0x32 (Insufficient access; error in module acl: insufficient access rights
> during LDB_MODIFY (50))
>
> If I change the code, deleting the old password, and adding the new one:
>
> dn: ........
> changetype: modify
> delete: unicodePwd
> unicodePwd: "Temporal1"
> -
> add: unicodePwd
> unicodePwd: "Temporal2"
>
> Then I get this error:
>
> #!ERROR [LDAP: error code 53 - 00002035: setup_io: it's not allowed to set
> the NT hash password directly']
>
> The ldapmodify are executed using the self user crede...