mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
initial nix based docker images
This commit is contained in:
parent
4972a889eb
commit
06bf3b4b62
72 changed files with 472 additions and 789 deletions
22
nix/image/configs/ldap/seed.ldif
Normal file
22
nix/image/configs/ldap/seed.ldif
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Entry 3: cn=ldaptest,dc=example,dc=org
|
||||
dn: cn=ldaptest,dc=example,dc=org
|
||||
cn: ldaptest
|
||||
gidnumber: 500
|
||||
givenname: ldap
|
||||
homedirectory: /home/users/ldaptest
|
||||
objectclass: inetOrgPerson
|
||||
objectclass: posixAccount
|
||||
objectclass: top
|
||||
objectclass: organizationalPerson
|
||||
sn: test
|
||||
uid: ldaptest
|
||||
uidnumber: 1000
|
||||
# userpassword = test
|
||||
userpassword: {MD5}CY9rzUYh03PK3k6DJie09g==
|
||||
|
||||
# Entry 4: cn=test,dc=example,dc=org
|
||||
dn: cn=test,dc=example,dc=org
|
||||
cn: test
|
||||
gidnumber: 500
|
||||
objectclass: posixGroup
|
||||
objectclass: top
|
||||
Loading…
Add table
Add a link
Reference in a new issue