From: Dobrica Pavlinusic Date: Fri, 14 May 2010 12:07:43 +0000 (+0000) Subject: example yaml file to augment data from LDAP search X-Git-Url: http://git.rot13.org/?p=virtual-ldap;a=commitdiff_plain;h=638a3c45301b326778b8eaeb990bdd508979010b example yaml file to augment data from LDAP search --- diff --git a/yaml/uid=test,dc=example,dc=com.yaml b/yaml/uid=test,dc=example,dc=com.yaml new file mode 100644 index 0000000..5e4adcb --- /dev/null +++ b/yaml/uid=test,dc=example,dc=com.yaml @@ -0,0 +1,11 @@ +--- +# extend with nis schema +uidNumber: 1001 +gidNumber: 1001 +homeDirectory: '/home/test' +loginShell: '/bin/bash' + +stuff: + - 'foo' + - 'bar' + - 'baz'