Skip to content

Instantly share code, notes, and snippets.

@seanhandley
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanhandley/742c2aa9f984a7d328c8 to your computer and use it in GitHub Desktop.
Save seanhandley/742c2aa9f984a7d328c8 to your computer and use it in GitHub Desktop.
Hiera Credentials
admins:
'cn=sean,ou=People,dc=datacentred,dc=co,dc=uk':
tag: user
attributes:
uid: sean
givenName: Sean
sn: Handley
mail: "sean.handley@datacentred.co.uk"
userPassword: "{CRYPT}$6$x4S0fjYU$GYERTUghjFTfTDFRYIDthgf456456GHJR="
objectClass:
- person
- inetOrgPerson
- user
ou: Groups
ldap_schema:
'dc=datacentred,dc=co,dc=uk':
tag: root
attributes:
objectClass:
- dcObject
- organization
dc: datacentred
o: datacentred.co.uk
'ou=People,dc=datacentred,dc=co,dc=uk':
tag: organizational_unit
attributes:
objectClass:
- top
- organizationalUnit
ou: People
'ou=Groups,dc=datacentred,dc=co,dc=uk':
tag: organizational_unit
attributes:
objectClass:
- top
- organizationalUnit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment