example yaml file to augment data from LDAP search
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 14 May 2010 12:07:43 +0000 (12:07 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 14 May 2010 12:07:43 +0000 (12:07 +0000)
yaml/uid=test,dc=example,dc=com.yaml [new file with mode: 0644]

diff --git a/yaml/uid=test,dc=example,dc=com.yaml b/yaml/uid=test,dc=example,dc=com.yaml
new file mode 100644 (file)
index 0000000..5e4adcb
--- /dev/null
@@ -0,0 +1,11 @@
+---
+# extend with nis schema
+uidNumber: 1001
+gidNumber: 1001
+homeDirectory: '/home/test'
+loginShell: '/bin/bash'
+
+stuff:
+  - 'foo'
+  - 'bar'
+  - 'baz'