forked from Deuxfleurs/bottin
Adjustments
This commit is contained in:
parent
dbd9003714
commit
d44eec81f3
4 changed files with 52 additions and 6 deletions
4
changepassword.ldif
Normal file
4
changepassword.ldif
Normal file
|
@ -0,0 +1,4 @@
|
|||
dn: uid=john.lemon,ou=People,dc=earthnet,dc=local
|
||||
changetype: modify
|
||||
replace: userPassword
|
||||
userPassword: {SSHA}ag22A7i2XavJYvYriYwpj+ZHI3+JA28x
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"suffix": "dc=bottin,dc=eu",
|
||||
"suffix": "dc=earthnet,dc=local",
|
||||
"bind": "127.0.0.1:1389",
|
||||
"acl": [
|
||||
"ANONYMOUS::bind:*,ou=users,dc=bottin,dc=eu:",
|
||||
"ANONYMOUS::bind:cn=admin,dc=bottin,dc=eu:",
|
||||
"*,dc=bottin,dc=eu::read:*:* !userpassword",
|
||||
"ANONYMOUS::bind:*,ou=users,dc=earthnet,dc=local:",
|
||||
"ANONYMOUS::bind:*,ou=People,dc=earthnet,dc=local:",
|
||||
"ANONYMOUS::bind:cn=admin,dc=earthnet,dc=local:",
|
||||
"*,dc=earthnet,dc=local::read:*:* !userpassword",
|
||||
"*::read modify:SELF:*",
|
||||
"cn=admin,dc=bottin,dc=eu::read add modify delete:*:*",
|
||||
"*:cn=admin,ou=groups,dc=bottin,dc=eu:read add modify delete:*:*"
|
||||
"cn=admin,dc=earthnet,dc=local::read add modify delete:*:*",
|
||||
"*:cn=admin,ou=groups,dc=earthnet,dc=local:read add modify delete:*:*"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
17
ou.ldif
Normal file
17
ou.ldif
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
# LDIF Export for ou=People,dc=earthnet,dc=local
|
||||
# Server: ldap (ldap)
|
||||
# Search Scope: base
|
||||
# Search Filter: (objectClass=*)
|
||||
# Total Entries: 1
|
||||
#
|
||||
# Generated by phpLDAPadmin (http://phpldapadmin.sourceforge.net) on February 8, 2022 10:39 am
|
||||
# Version: 1.2.5
|
||||
|
||||
version: 1
|
||||
|
||||
# Entry 1: ou=People,dc=earthnet,dc=local
|
||||
dn: ou=People,dc=earthnet,dc=local
|
||||
objectclass: top
|
||||
objectclass: organizationalunit
|
||||
ou: People
|
24
user.ldif
Normal file
24
user.ldif
Normal file
|
@ -0,0 +1,24 @@
|
|||
# LDIF Export for uid=john.lemon,ou=People,dc=earthnet,dc=local
|
||||
# Server: ldap (ldap)
|
||||
# Search Scope: base
|
||||
# Search Filter: (objectClass=*)
|
||||
# Total Entries: 1
|
||||
#
|
||||
# Generated by phpLDAPadmin (http://phpldapadmin.sourceforge.net) on February 8, 2022 10:36 am
|
||||
# Version: 1.2.5
|
||||
|
||||
version: 1
|
||||
|
||||
# Entry 1: uid=john.lemon,ou=People,dc=earthnet,dc=local
|
||||
dn: uid=john.lemon,ou=People,dc=earthnet,dc=local
|
||||
cn: John Lemon
|
||||
givenname: John
|
||||
mail: john.lemon@earthnet.ch
|
||||
objectclass: top
|
||||
objectclass: inetOrgPerson
|
||||
objectclass: organizationalPerson
|
||||
objectclass: person
|
||||
sn: Lemon
|
||||
uid: john.lemon
|
||||
userpassword: {SSHA512}j18l2W+Sa9wlka6u5dyITbO4CiCO99bTH0piiQuqM2iTo14l6DTpU
|
||||
y+jaR2LbO29yNshFN5ejZh/gGIL2eBXH94/efrvGEKf
|
Loading…
Reference in a new issue