Endi S. Dewata
c54699faf2
s4:provision - Moved default FDS SASL mappings deletion from post_setup() to init().
...
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-02 14:07:15 +11:00
Endi S. Dewata
7ad931dda9
s4:provision - Moved setup_db_config() into OpenLDAPBackend class.
...
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-02 14:07:10 +11:00
Endi S. Dewata
fc6d9e7b4f
s4:provision - Moved backend-specific variables into backend class.
...
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-02 14:07:05 +11:00
Endi S. Dewata
02533c9f1b
s4:provision - Use netbios name for FDS instance name.
...
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-02 14:07:01 +11:00
Jelmer Vernooij
86e2b25186
More formatting fixes, pointed out by pylint.
2010-03-01 16:24:58 +01:00
Jelmer Vernooij
31a718aa27
General cleanups of python code, hinted by pyflakes.
2010-03-01 04:46:51 +01:00
Jelmer Vernooij
4291e28a93
s4-python: Fix formatting.
2010-01-25 15:18:02 +01:00
Endi S. Dewata
5cdd30011c
s4-provision: Fixed typos and redundant code
...
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-01-23 22:41:10 +01:00
Andrew Bartlett
fdb5914b27
s4:provision Move exceptions into a new file
...
This allows provisionbackend and provision to both raise ProvisionException
2009-11-24 11:09:30 +11:00
Andrew Bartlett
5ea6f79775
s4:provision Don't bother with a template for the LDAP backend startup script.
2009-11-24 11:04:31 +11:00
Endi S. Dewata
8e5f5e3f05
s4:provision - Removed dependency on full Samba 3 schema from FDS
2009-11-16 07:57:40 +11:00
Endi S. Dewata
f3bc54a8f1
s4:provision - Added LDBBackend and ExistingBackend.
2009-11-12 22:23:22 +11:00
Endi S. Dewata
55bb60a5db
s4:provision - Added constructors for FDSBackend and OpenLDAPBackend.
2009-11-12 22:23:22 +11:00
Endi S. Dewata
1564067fbc
s4:provision - Added setup() method in LDAPBackend.
2009-11-12 22:23:21 +11:00
Endi S. Dewata
ba12eb99a0
s4:provision - Moved provision_xxx_backend() into backend-specific provision() method.
2009-11-12 22:23:21 +11:00
Endi S. Dewata
be766a3841
s4:provision - Added start() method in LDAPBackend.
2009-11-12 22:23:21 +11:00
Endi S. Dewata
fbc5696e38
s4:provision - Added initial implementation of FDSBackend and OpenLDAPBackend.
2009-11-12 22:23:21 +11:00
Endi S. Dewata
c9571f7277
s4:provisioning - Fixed minor bugs in provisioning tool and partition module.
2009-11-04 14:58:25 +11:00
Andrew Bartlett
371afc47dc
s4:provision Remove LDB backend files in provision
...
Rather than try and remove the records in the LDB files, make the
provision remove the whole file. This also removes the need to try
and carry forward the old ldb filenames.
Andrew Bartlett
2009-11-02 16:36:56 +11:00
Andrew Bartlett
6439bdeb3a
s4:provision Split ProvisionBackend out of the main provision script
...
This splits the code, while keeping the original behaviour. The
provision.py file had become just too long.
Andrew Bartlett
2009-11-02 16:36:56 +11:00