diff options
author | Volker Lendecke <vl@samba.org> | 2009-06-06 11:25:02 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-06-06 13:10:30 +0200 |
commit | 23b501e02a15fe94e807e279c224e5657ce47af2 (patch) | |
tree | 1db73158aac8651f59ccd0fae4ce6e672250d265 /source3/Makefile.in | |
parent | 256b227b27b599fffe5746bae7132a27e2c59dd4 (diff) | |
download | samba-23b501e02a15fe94e807e279c224e5657ce47af2.tar.gz samba-23b501e02a15fe94e807e279c224e5657ce47af2.tar.bz2 samba-23b501e02a15fe94e807e279c224e5657ce47af2.zip |
Add an early prototyp of pdb_ads.c.
The purpose of this module is to connect to a locally running samba4 ldap
server for an alternative "Franky" setup. Right now it contains a couple of
gross hacks: For example it just takes the s4-chosed RID directly as uid/gid...
Checking in tldap and pdb_ads now, I think 3777 insertions are enough for a
start...
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index e02b021fe9..49c3e2acdf 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2570,6 +2570,10 @@ bin/ldapsam.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_ldap.o passdb/pdb_nds.o @echo "Building plugin $@" @$(SHLD_MODULE) passdb/pdb_ldap.o passdb/pdb_nds.o $(LDAP_LIBS) +bin/ads.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_ads.o + @echo "Building plugin $@" + @$(SHLD_MODULE) passdb/pdb_ads.o + bin/tdbsam.@SHLIBEXT@: $(BINARY_PREREQS) passdb/pdb_tdb.o @echo "Building plugin $@" @$(SHLD_MODULE) passdb/pdb_tdb.o |