A page in your DokuWiki was added or changed. Here are the details:

Date        : 2018/07/19 18:25
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 
Firefox/61.0
IP-Address  : 109.190.253.11
Hostname    : 109.190.253.11
Old Revision: 
http://ltb-project.org/documentation/ldap-scripts/file2ldif?rev=1485342542
New Revision: http://ltb-project.org/documentation/ldap-scripts/file2ldif
Edit Summary: [CSV example] 
User        : coudot

@@ -56,20 +56,20 @@
  Below is a sample configuration to parse those files:
  <file>
  my $map = {
      person => {
-         dn => 'uid={0},ou=users,dc=example,dc=com',
+         dn => 'uid={1},ou=users,dc=example,dc=com',
          objectClass => [ 'top', 'person', 'organizationalPerson', 
'inetOrgPerson' ],
-         uid => '{0}',
-         givenName => '{1}',
-         sn => '{2}',
-         cn => '{1} {2}',
+         uid => '{1}',
+         givenName => '{2}',
+         sn => '{3}',
+         cn => '{2} {3}',
      },
      group => {
-         dn => 'cn={0},ou=groups,dc=example,dc=com',
+         dn => 'cn={1},ou=groups,dc=example,dc=com',
          objectClass => [ 'top', 'groupOfUniqueNames' ],
-         cn => '{0}',
-         uniqueMember => 'uid={1},ou=users,dc=example,dc=com',
+         cn => '{1}',
+         uniqueMember => 'uid={2},ou=users,dc=example,dc=com',
      },
  };
  </file>
  



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
[email protected]
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes

Reply via email to