github.com/cactusblossom/fabric-ca@v0.0.0-20200611062428-0082fc643826/scripts/add-user.ldif (about)

     1  #
     2  # Copyright IBM Corp. All Rights Reserved.
     3  #
     4  # SPDX-License-Identifier: Apache-2.0
     5  #
     6  # User primary group
     7  dn: cn=jsmith,dc=example,dc=org
     8  cn: jsmith
     9  objectClass: top
    10  objectClass: posixGroup
    11  gidNumber: 10000
    12  
    13  # User account
    14  dn: uid=jsmith,dc=example,dc=org
    15  cn: John Smith
    16  givenName: John
    17  sn: Smith
    18  uid: jsmith
    19  uidNumber: 10000
    20  gidNumber: 10000
    21  homeDirectory: /home/jsmith
    22  mail: jsmith@dev.local
    23  objectClass: top
    24  objectClass: posixAccount
    25  objectClass: shadowAccount
    26  objectClass: inetOrgPerson
    27  objectClass: organizationalPerson
    28  objectClass: person
    29  loginShell: /bin/bash
    30  userPassword: {CRYPT}*