example yaml file to augment data from LDAP search
[virtual-ldap] / yaml / uid=test,dc=example,dc=com.yaml
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'