No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
2 changed files with
10 additions and
4 deletions
-
flake.lock
-
machines/ldap/ldap.nix
|
@ -203,11 +203,11 @@ |
|
|
"ldap-sync": { |
|
|
"ldap-sync": { |
|
|
"flake": false, |
|
|
"flake": false, |
|
|
"locked": { |
|
|
"locked": { |
|
|
"lastModified": 1731935440, |
|
|
|
|
|
"narHash": "sha256-hMVN9As58cqqiu9JQaS4ffmzhG4xV01QhNKsTP5BF9c=", |
|
|
|
|
|
|
|
|
"lastModified": 1732122980, |
|
|
|
|
|
"narHash": "sha256-RRwJR4JFMH7jXjtBE1QqO8Tcd6j9j2Zvy2M7Ff8WLfM=", |
|
|
"ref": "refs/heads/main", |
|
|
"ref": "refs/heads/main", |
|
|
"rev": "4b4b76543b298f0db15644c308c3a4deaaa4dbdd", |
|
|
|
|
|
"revCount": 17, |
|
|
|
|
|
|
|
|
"rev": "20a07fe35505e5b8b0dd525ba42461fb2e82ce2a", |
|
|
|
|
|
"revCount": 24, |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://gogs.informatik.hs-fulda.de/fooker/ldap-sync.git" |
|
|
"url": "https://gogs.informatik.hs-fulda.de/fooker/ldap-sync.git" |
|
|
}, |
|
|
}, |
|
|
|
@ -85,6 +85,12 @@ in |
|
|
# Increase max DB size to fit all the users |
|
|
# Increase max DB size to fit all the users |
|
|
olcDbMaxSize = "10737418240"; |
|
|
olcDbMaxSize = "10737418240"; |
|
|
|
|
|
|
|
|
|
|
|
olcDbIndex = [ |
|
|
|
|
|
"uid,uidNumber pres,eq" |
|
|
|
|
|
"cn,sn pres,eq,sub" |
|
|
|
|
|
"objectClass eq" |
|
|
|
|
|
]; |
|
|
|
|
|
|
|
|
olcAccess = [ |
|
|
olcAccess = [ |
|
|
# Custom access rules for userPassword attributes |
|
|
# Custom access rules for userPassword attributes |
|
|
''{0}to attrs=userPassword |
|
|
''{0}to attrs=userPassword |
|
|