Simo Sorce
2ca655980b
Better way to ask for the Realm name, with implicit default
2007-09-12 18:58:56 -04:00
Simo Sorce
533044903d
Add confirmation when asking un-echoed passwords
2007-09-12 13:20:57 -04:00
Simo Sorce
fd61df06c5
Avoid showing passwords.
...
Patch from William Jon McCann <mccann@jhu.edu>
2007-09-12 11:55:19 -04:00
Kevin McCarthy
903e11631c
Fix duplicate entry error to be more descriptive.
...
Add TurboGears to required package list
Clear password on Edit Person page.
Change uidnumber/gidnumber on Add Person to say 'Generated by server'
2007-09-07 16:53:34 -07:00
Kevin McCarthy
9bb9dbae42
Add required packages to README
2007-09-07 15:18:51 -07:00
Simo Sorce
e7cb308e06
Reference the interactive method by default
2007-09-07 16:38:30 -04:00
rcritten@redhat.com
2377e8bcb0
Add group command-line tools to the Makefile
...
Updated installation instructions
2007-09-07 17:49:44 -04:00
Simo Sorce
584baa7ee2
merge ipa-server/ipaserver/util.py into ipa-python/ipautil.py
...
this way freeipa-client does not depend on freeipa-server
2007-09-04 16:13:15 -04:00
Simo Sorce
abeda55e34
Add password request for admin user
...
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
2007-08-31 18:40:01 -04:00
Simo Sorce
7a0629ea55
More DIT fixes discovered after testing
2007-08-31 18:36:54 -04:00
Simo Sorce
a8fe485065
Integrate corrections pointed out on the list
2007-08-30 12:23:39 -04:00
Simo Sorce
bebc413366
Finalize DIT, this is waht we are probably going to have in the end,
...
or something very close to this one
Add default groups and admin user
TODO: need to discuss more in deep uid/gid generation, this will
probably change as soon as the DNA plugin is activated
2007-08-29 18:07:05 -04:00
rcritten@redhat.com
861cda3cb5
Initial support for Groups
...
Create separate object for Users and Groups (using same base class)
Check for uniqueness before adding new users and groups
Remove user_container from everything but add operations
Abstract out a number of functions that are common across users and groups
Make sure all strings passed in to be in a filter are checked
Add new error message: No modifications specified
2007-08-24 15:42:56 -04:00
Simo Sorce
48bb474e68
Add interactive prompts to ipa-server-install
...
Change unattended flag to be -U
Change master password flag to be -P instead of -m
Improve ipa-client-install readability for user prompts
2007-08-20 18:40:32 -04:00
Simo Sorce
aacfce9cf1
Remove dependncy on libmhash and use openssl md4 functions
...
Remove all dependencies on mhash
Remove code optimizatrion from Makefiles, right now these are
developers targeted builds, so it is better to have debugging
symbols around
2007-08-20 15:38:47 -04:00
Karl MacMillan
2e1f317b09
Updated dep list.
0001-01-01 00:00:00 +00:00
Simo Sorce
59ada5daeb
Make ipa-kpasswd start immediately
2007-08-15 22:17:42 -04:00
Simo Sorce
82f24bb490
General fixes.
...
Do not start ipa_kpasswd by default yet
2007-08-15 21:35:35 -04:00
Simo Sorce
1e59adbe45
in F7 all directory names have changed from fedora-ds to dirsrv
...
which should also be the name used in DS 8.0, change all occurences
2007-08-15 19:45:18 -04:00
Simo Sorce
788149e2e5
Activate the passwd extop plugin and ipa-kpasswd daemon
2007-08-15 18:30:15 -04:00
Simo Sorce
6690e4f131
Add deps to README
2007-08-15 11:22:20 -04:00
Karl MacMillan
88a1ab65ce
Updates to build kpaswd and the slapi plugins.
0001-01-01 00:00:00 +00:00
rcritten@redhat.com
400ced55eb
Start the DS and KDC on boot
2007-08-09 13:44:32 -04:00
Simo Sorce
a59c36b394
merge in changes from upstream
2007-08-09 14:52:54 -04:00
Simo Sorce
950bddf2a3
remove unknown patch file
2007-08-09 14:47:52 -04:00
Simo Sorce
588fa2f323
Add dependency and a comment
2007-08-08 22:20:07 -04:00
Simo Sorce
80bd4aa9f9
Fix the bind zone template, or kpasswd will not work
2007-08-08 22:19:37 -04:00
Simo Sorce
fbfee82317
Try to fix dir layout and recover missing files
2007-08-01 15:58:52 -04:00
Simo Sorce
96d292b735
Merge from upstream
2007-08-01 15:26:08 -04:00
Karl MacMillan
b1831b4593
Fix typo / buglets in setup scripts.
...
Add fallback to ds_newinst.pl.
0001-01-01 00:00:00 +00:00
rcritten@redhat.com
993f76fe60
- Abstracted client class to work directly or over RPC
...
- 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
2007-08-06 10:05:53 -04:00
Karl MacMillan
cef59d76eb
Minor fix to adduser.
...
Make ipa-server-install restart htppd
0001-01-01 00:00:00 +00:00
Karl MacMillan
aed1f91105
Add local-dist target.
...
Remove hard-coded config.
0001-01-01 00:00:00 +00:00
Karl MacMillan
4d656111e6
First part of xml-rpc patch.
0001-01-01 00:00:00 +00:00
Karl MacMillan
c7a3bbe3ac
Update for DESTDIR
0001-01-01 00:00:00 +00:00
Karl MacMillan
618b98fea7
Finish python library reorg.
0001-01-01 00:00:00 +00:00
Karl MacMillan
bac241ffc3
More reorgnization.
0001-01-01 00:00:00 +00:00
Karl MacMillan
f7d005a854
Finish removing extra files.
0001-01-01 00:00:00 +00:00
Karl MacMillan
1e52deca8f
Removed unnecessary files (which were added to work around a mercurial bug)
0001-01-01 00:00:00 +00:00
Karl MacMillan
b8a0512998
Update for new python library layout.
0001-01-01 00:00:00 +00:00
Karl MacMillan
9d5b946fda
Reorganized repo to reflect packaging.
0001-01-01 00:00:00 +00:00