index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
plugins
/
baseldap.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gracefully handle an empty members list
Rob Crittenden
2010-11-24
1
-1
/
+4
*
Generate better DuplicateEntry error messages in LDAPCreate.
Pavel Zuna
2010-11-23
1
-6
/
+13
*
Change signature of LDAPSearch.pre_callback.
Pavel Zuna
2010-11-23
1
-9
/
+10
*
Improve the documentation of setattr/addattr
Jakub Hrozek
2010-11-19
1
-2
/
+3
*
Give a detached group a full set of group objectclasses.
Rob Crittenden
2010-11-19
1
-0
/
+4
*
Fix returning effective rights for password policy.
Rob Crittenden
2010-11-19
1
-1
/
+1
*
Add the --rights option to the LDAPUpdate base class.
Rob Crittenden
2010-11-05
1
-10
/
+24
*
user-enable/disable improvements
Rob Crittenden
2010-11-04
1
-6
/
+6
*
Implement nested netgroups and include summaries for the commands.
Rob Crittenden
2010-10-29
1
-8
/
+11
*
Return reason for failure when updating group membership fails.
Rob Crittenden
2010-10-28
1
-9
/
+17
*
Populate indirect members when showing a group object.
Rob Crittenden
2010-10-28
1
-10
/
+98
*
Retrieve Get Effective Rights output with LDAPRetrieve
Rob Crittenden
2010-10-28
1
-0
/
+18
*
Allow RDN changes for users, groups, rolegroups and taskgroups.
Rob Crittenden
2010-10-28
1
-0
/
+18
*
Add LDAPObject setting to handle different attributes for RDN and PKEY.
Pavel Zuna
2010-10-28
1
-6
/
+44
*
UUIDs: remove uuid python plugin and let DS always autogenerate
Simo Sorce
2010-10-28
1
-2
/
+2
*
Disallow RDN change and single-value bypass using setattr/addattr.
Pavel Zuna
2010-10-18
1
-1
/
+13
*
Add 'continuous' mode to LDAPDelete. Fix *-del unit tests.
Pavel Zuna
2010-10-06
1
-0
/
+9
*
Generate additional positional arguments for baseldap commands from takes_args.
Pavel Zuna
2010-10-06
1
-0
/
+8
*
Add LDAPMultiQuery base class and make it the base of LDAPDelete.
Pavel Zuna
2010-10-01
1
-33
/
+65
*
Use global time and size limit values when searching.
Rob Crittenden
2010-08-19
1
-12
/
+10
*
Fix Update function on details page.
Pavel Zuna
2010-08-17
1
-4
/
+4
*
Change the behaviour of addattr/setattr parameters.
Adam Young
2010-08-13
1
-29
/
+29
*
Improve serialization to JSON.
Pavel Zuna
2010-08-12
1
-1
/
+2
*
Fix bug: not found exc. handler was failing for singleton objects
Pavel Zuna
2010-08-12
1
-1
/
+4
*
Add new parameters to LDAPSearch: timelimit and sizelimit.
Pavel Zuna
2010-08-12
1
-2
/
+23
*
Make LDAPObject classes JSON serializable.
Pavel Zuna
2010-08-12
1
-0
/
+17
*
Properly show the members when an add/remove operation fails.
Rob Crittenden
2010-08-06
1
-4
/
+17
*
Add separate var for search attributes and config attribute for search fields
Rob Crittenden
2010-07-13
1
-1
/
+15
*
Add exception callback (exc_callback) to baseldap.py classes.
Pavel Zuna
2010-05-14
1
-33
/
+150
*
Enable LDAPObject subclasses to disable DN normalization in their methods.
Pavel Zuna
2010-04-16
1
-11
/
+27
*
Add interface for baseldap plugins to register additional callbacks.
Pavel Zuna
2010-04-16
1
-27
/
+139
*
Raise an error if no modifications were performed in an update.
Rob Crittenden
2010-03-19
1
-2
/
+0
*
Catch modifications with no updates and raise an error
Rob Crittenden
2010-03-17
1
-0
/
+3
*
Provide more detailed NotFound error messages from baseldap classes.
Pavel Zuna
2010-03-09
1
-7
/
+55
*
localize doc strings
John Dennis
2010-03-08
1
-4
/
+4
*
Code cleanup: remove unused stuff, take 1.
Pavel Zuna
2010-03-01
1
-117
/
+0
*
Make the --all option work in Add/Remove Member commands.
Pavel Zuna
2010-02-24
1
-2
/
+18
*
Translatable Param.label, Param.doc
Jason Gerard DeRose
2010-02-24
1
-24
/
+18
*
Auto-generate --all and --raw for commands, that return entries.
Pavel Zuna
2010-02-17
1
-64
/
+4
*
Use the Output tuple to determine the order of output
Rob Crittenden
2010-02-15
1
-6
/
+6
*
Enabled CRUDS in webUI using wehjit 0.2.0
Jason Gerard DeRose
2010-01-26
1
-1
/
+6
*
Temporary fix for name collision of textui.print_entry.
Pavel Zuna
2010-01-20
1
-2
/
+2
*
Add Kerberos Ticket Policy management plugin.
Pavel Zuna
2010-01-13
1
-27
/
+23
*
Add --all to LDAPCreate and make LDAP commands always display default attribu...
Pavel Zuna
2010-01-11
1
-8
/
+24
*
Convert to using new result output handling
Rob Crittenden
2009-12-14
1
-0
/
+2
*
Take 2: Extensible return values and validation; steps toward a single output...
Jason Gerard DeRose
2009-12-10
1
-13
/
+76
*
Add support for setting/adding arbitrary attributes
Rob Crittenden
2009-11-17
1
-0
/
+61
*
Add mod_python adapter and some UI tuning
Jason Gerard DeRose
2009-10-27
1
-1
/
+1
*
Fix typos and minor bugs in baseldap. Add --all to LDAPUpdate.
Pavel Zuna
2009-09-11
1
-6
/
+17
*
Improve ipalib.plugins.baseldap classes.
Pavel Zuna
2009-09-09
1
-97
/
+72
[next]