From daf94747030774dd9096867ca677d9632876ca87 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Tue, 8 Feb 2022 15:12:47 +0100 Subject: [PATCH] Add examples --- changepassword.ldif => ldif/changepassword.ldif | 0 ldif/group.ldif | 17 +++++++++++++++++ ldif/ou-groups.ldif | 16 ++++++++++++++++ ou.ldif => ldif/ou-users.ldif | 0 user.ldif => ldif/user.ldif | 0 5 files changed, 33 insertions(+) rename changepassword.ldif => ldif/changepassword.ldif (100%) create mode 100644 ldif/group.ldif create mode 100644 ldif/ou-groups.ldif rename ou.ldif => ldif/ou-users.ldif (100%) rename user.ldif => ldif/user.ldif (100%) diff --git a/changepassword.ldif b/ldif/changepassword.ldif similarity index 100% rename from changepassword.ldif rename to ldif/changepassword.ldif diff --git a/ldif/group.ldif b/ldif/group.ldif new file mode 100644 index 0000000..5c201c9 --- /dev/null +++ b/ldif/group.ldif @@ -0,0 +1,17 @@ +# LDIF Export for cn=gitea,ou=Groups,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 1:51 pm +# Version: 1.2.5 + +version: 1 + +# Entry 1: cn=gitea,ou=Groups,dc=earthnet,dc=local +dn: cn=gitea,ou=Groups,dc=earthnet,dc=local +cn: gitea +objectclass: top +objectclass: group +member: uid=john.lemon,ou=people,dc=earthnet,dc=local diff --git a/ldif/ou-groups.ldif b/ldif/ou-groups.ldif new file mode 100644 index 0000000..9e0e601 --- /dev/null +++ b/ldif/ou-groups.ldif @@ -0,0 +1,16 @@ +# LDIF Export for ou=Groups,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 1:50 pm +# Version: 1.2.5 + +version: 1 + +# Entry 1: ou=Groups,dc=earthnet,dc=local +dn: ou=Groups,dc=earthnet,dc=local +objectclass: top +objectclass: organizationalunit +ou: Groups diff --git a/ou.ldif b/ldif/ou-users.ldif similarity index 100% rename from ou.ldif rename to ldif/ou-users.ldif diff --git a/user.ldif b/ldif/user.ldif similarity index 100% rename from user.ldif rename to ldif/user.ldif