summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/krbinstance.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix dsinstance.py and krbinstance.py importsKevin McCarthy2007-09-061-1/+1
|
* Add password request for admin userSimo Sorce2007-08-311-2/+27
| | | | | | | | | Set password for admin user using the Directory Mangaer account and the mozldapldappaswd binary to get and SSL connection Fix some timeout problems with deploying keytabs Fix ipa_pwd_extop to actuallt correctly detect an SSL connection Do not ask for the user to use for the directory unless 'dirsrv' is an existing user which may clash, create it silently
* Fix copy&paste error, its not the conf files we need access to,Simo Sorce2007-08-301-2/+2
| | | | we need to access the generated keytabs
* General fixes.Simo Sorce2007-08-151-2/+1
| | | | Do not start ipa_kpasswd by default yet
* in F7 all directory names have changed from fedora-ds to dirsrvSimo Sorce2007-08-151-7/+7
| | | | which should also be the name used in DS 8.0, change all occurences
* Use relative .so names for plugin so that lib/lib64 does not get in the waySimo Sorce2007-08-151-1/+1
| | | | change the pwd-extop conf ldif to a more sensible name
* Activate the passwd extop plugin and ipa-kpasswd daemonSimo Sorce2007-08-151-5/+10
|
* export kpasswd keytab during installation processSimo Sorce2007-08-091-0/+10
|
* typoSimo Sorce2007-08-091-1/+1
|
* merge in changes from upstreamSimo Sorce2007-08-091-0/+28
|\
| * Generate /etc/httpd/conf.d/ipa.conf from a template so the realm canrcritten@redhat.com2007-08-061-0/+8
| | | | | | | | be set during installation
| * - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-0/+18
| | | | | | | | | | | | | | | | | | | | | | - Add mod_auth_kerb and cyrus-sasl-gssapi to Requires - Remove references to admin server in ipa-server-setupssl - Generate a client certificate for the XML-RPC server to connect to LDAP with - Create a keytab for Apache - Create an ldif with a test user - Provide a certmap.conf for doing SSL client authentication - Update tools to use kerberos - Add User class
* | set preauth on kadmin/changepw otherwise the kpasswd can't acquire a ticketSimo Sorce2007-08-081-0/+8
| |
* | Try to fix dir layout and recover missing filesSimo Sorce2007-08-011-16/+10
| |
* | Merge from upstreamSimo Sorce2007-08-011-2/+8
|/
* More reorgnization.Karl MacMillan2007-07-271-0/+177