2e7a6cb6bf
py: Fix initialisation of subtypes, fix segfaults.
2008-12-21 03:08:14 +01:00
9817f3d785
Add a setexpiry operation in samdb.py
...
This makes it easy to set the expiry (or no expiry) for a samdb user
(This used to be commit 25171f18a4
)
2008-08-30 07:32:44 +10:00
fff006bd84
Move domain DN determination out of newuser function.
...
(This used to be commit cbac27e6fa
)
2008-08-01 20:47:22 +02:00
44ea6a26fd
rename sambaPassword -> userPassword.
...
This attribute is used in a very similar way (virtual attribute
updating the password) in AD on Win2003, so eliminate the difference.
This should not cause a problem for on-disk passwords, as by default
we do not store the plaintext at all.
Andrew Bartlett
(This used to be commit 1cf0d75149
)
2008-07-12 15:26:42 +10:00
c401aa9357
Use restructuredText formatting for docstrings.
...
(This used to be commit 0cc58decd7
)
2008-05-23 00:37:22 +02:00
5a37b3fc5d
Fix newuser and setpassword scripts, and port to idmap.
...
The new idmap world does not use the unixUser any more, so we need to
set up the entry (if wanted) in the idmap database. Users without a
backing unix user will get an allocated uid by idmap later.
Andrew Bartlett
(This used to be commit 8bd8bc1475
)
2008-04-14 11:51:02 +02:00
8ac91d9132
provision: Set up id mappings in the idmap db, only map Administrator.
...
(This used to be commit 206b7d387c
)
2008-04-02 23:07:53 +02:00
786deaf928
Make the setup/newuser and setup/setpassword scripts actually work...
...
These need a testsuite, but this will come soon.
Andrew Bartlett
(This used to be commit fbcaa622bd
)
2008-03-28 12:08:54 +11:00
b4ce9dc360
Fix invalid symbol.
...
(This used to be commit bd0ef811c4
)
2008-02-13 01:21:06 +01:00
dcb04065cd
python: Fix representation of UUIDs as strings in zone files rather than binary blobs, fix escaping of LDAP URL's in PHP LDAP admin configuration.
...
Pair-programmed with Andrew, but git doesn't appear to support multiple --author arguments. :-(
(This used to be commit dff54ff043
)
2008-01-25 03:54:33 +01:00
37f35d2a03
python/provision: Reconcile code partitions-only provisioning and generic provisioning, some other minor refactoring of the provisioning.
...
Pair-programmed by Andrew and me using obby :-)
(This used to be commit 688adcbb63
)
2008-01-25 01:02:13 +01:00
859b847a68
python: Add bindings for SamDB.set_invocation_id().
...
(This used to be commit c09efa7b77
)
2008-01-24 22:08:39 +01:00
7c3e8c838f
Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5166.
...
(This used to be commit f056f62495
)
2008-01-11 16:13:46 +01:00
6817c5d885
r26628: python: Add more documentation, simplify code in Samba3 module.
...
(This used to be commit 3c329ee73d
)
2007-12-29 12:21:04 -06:00
109a903750
r26545: Sync output with ejs.
...
(This used to be commit 48ceaa9643
)
2007-12-21 06:28:46 +01:00
c2fffa8335
r26538: Pass path generation function around rather than base directory.
...
(This used to be commit 5f921af41e
)
2007-12-21 05:51:59 +01:00
1c29a63d44
r26523: Refactor provisioning code.
...
(This used to be commit ac1083178f
)
2007-12-21 05:51:44 +01:00
54a48d40a1
r26522: Fix warnings on SamDB connect from Python, simplify the setup code for the various LDBs.
...
(This used to be commit 20c686f501
)
2007-12-21 05:51:42 +01:00
63f53094ef
r26520: More Python updates.
...
(This used to be commit a8b1fe15ac
)
2007-12-21 05:51:31 +01:00
f89c7a6e5e
r26505: Add python bindings for some samdb-related functions, improve provisioning in python.
...
(This used to be commit d240225166
)
2007-12-21 05:51:09 +01:00
b0360e3a86
r26496: Move some provision functions to a new SamDB class, support setting session_info on a ldb context from python.
...
(This used to be commit 75cfb0d609
)
2007-12-21 05:50:50 +01:00