diff options
author | Simon Rettberg | 2014-03-15 01:49:50 +0100 |
---|---|---|
committer | Simon Rettberg | 2014-03-15 01:49:50 +0100 |
commit | bedd2e7ccb1595c23e159eaa952ae1b0b5a3d2ad (patch) | |
tree | c7d1995a09f6ed0c4e6873252e957d72f5d07d07 /README | |
download | ldadp-bedd2e7ccb1595c23e159eaa952ae1b0b5a3d2ad.tar.gz ldadp-bedd2e7ccb1595c23e159eaa952ae1b0b5a3d2ad.tar.xz ldadp-bedd2e7ccb1595c23e159eaa952ae1b0b5a3d2ad.zip |
Lean and mean initial commit
Not much functionality yet
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +TODO: This file + +ldadp is an LDAP to Active Directory Proxy. + +Actually it's more of a translator between LDAP schemes, +presenting an LDAP scheme to Unix/Linux clients suitable +for authentication via pam and nsswitch using an Active +Directory server as the data source (which already speaks +LDAP, but doesn't supply mandatory fields for the Unix +world, like uidNumber, loginShell, homeDirectory etc.) + +LDAP and ASN1 related parser/formatter etc. taken from +tinyldap[1] by Felix von Leitner. + +[1] http://www.fefe.de/tinyldap/ + |