summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-nis-manage
Commit message (Collapse)AuthorAgeFilesLines
* Fix NotFound exception in ipa-nis-manage.Rob Crittenden2010-11-091-2/+4
| | | | | | | | The signature of ldap2.get_entry() changed so normalize wasn't being handled properly so the basedn was always being appended causing our entry in cn=config to be not found. ticket 414
* Fix ipa-compat-manage and ipa-nis-manageRob Crittenden2010-07-151-31/+63
| | | | | | | | | | | | | | | Neither of these was working properly, I assume due to changes in the ldap backend. The normalizer now appends the basedn if it isn't included and this was causing havoc with these utilities. After fixing the basics I found a few corner cases that I also addressed: - you can't/shouldn't disable compat if the nis plugin is enabled - we always want to load the nis LDAP update so we get the netgroup config - LDAPupdate.update() returns True/False, not an integer I took some time and fixed up some things pylint complained about too. Ticket #83
* Use ldap2 instead of legacy LDAP code from v1 in installer scripts.Pavel Zuna2010-04-191-23/+21
|
* Set default log level in the *-manage utilities to ERROR and not NOTSETRob Crittenden2010-02-041-1/+1
|
* Enable the portmap or rpcbind service if the NIS service is enabledRob Crittenden2009-05-211-0/+17
|
* New tool to enable/disable DS plugin to act as NIS serverRob Crittenden2009-05-131-0/+186