diff options
author | Simon Rettberg | 2014-03-19 17:21:34 +0100 |
---|---|---|
committer | Simon Rettberg | 2014-03-19 17:21:34 +0100 |
commit | 22d533a241fe59b34d46869735e019c5a713bd74 (patch) | |
tree | 25fbff6611524bf8434d65766a64c88c2e2bbd92 /config | |
parent | Make code more good and less bad (diff) | |
download | ldadp-22d533a241fe59b34d46869735e019c5a713bd74.tar.gz ldadp-22d533a241fe59b34d46869735e019c5a713bd74.tar.xz ldadp-22d533a241fe59b34d46869735e019c5a713bd74.zip |
updated config example
Diffstat (limited to 'config')
-rw-r--r-- | config/config.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.example b/config/config.example index e444a8a..b2850d4 100644 --- a/config/config.example +++ b/config/config.example @@ -1,6 +1,10 @@ [dc0.example.com] +# bind DN towards this AD if client doesn't specify one binddn=CN=blabla,OU=Foo,DC=public,DC=ads,DC=example,DC=com +# matching password... bindpw=geheim +# search base to use (in case multiple ADs are configured this is used to identify which one the client actually wants to talk to) base=DC=public,DC=ads,DC=example,DC=com -alias=DN=openslx,DN=org +# optional: template for home directory mount point to pass to client. use %s as the users account name. only used if AD doesn't supply the homeDirectory attribute (or it doesn't contain a UNC path) +home=\\windows-server\users\%s |