Kevin McCarthy
6b69d9cc46
Remove auto-wildcarding of uid search.
...
Remove list users link.
2007-08-20 13:14:00 -07:00
Kevin McCarthy
4c8f2346a0
Improved modlist generator.
2007-08-20 16:18:12 -07:00
Kevin McCarthy
cb03961ff1
Convert add_user to take a user instead of a dict.
2007-08-20 12:10:50 -07:00
Kevin McCarthy
c113d932b1
Move utf-8 conversion inside user.py (for updates).
2007-08-20 11:39:04 -07:00
Kevin McCarthy
66d3f1e730
Embed origiginal values inside user, and have update_user pass in a user
...
object. Based on rcrit's original patch.
Push scalar to list value conversion inside funcs.py.
2007-08-20 10:50:11 -07:00
Kevin McCarthy
5f0f192ae3
change strings to be encoded using value.encode("utf-8").
...
fix update to set 'cn' instead of 'sn'.
remove str() in funcs.add_user().
2007-08-17 15:32:05 -07:00
Kevin McCarthy
a0e2fa00f1
Manual merge changes in for the cidict/ipaclient add_user()
2007-08-17 14:27:54 -07: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
438b548f19
Correct installation path for dna plugin.
0001-01-01 00:00:00 +00:00
Kevin McCarthy
2adeed3029
Add search box in header.
...
Change account status to use select list and 'active'/'inactive' values.
Improve autosuggest to keep suggesting unless you overwrite a suggestion
(if you correct the name, it will re-suggest).
2007-09-06 11:09:12 -07:00
Karl MacMillan
09621f1319
Added freeipa logo.
0001-01-01 00:00:00 +00:00
Simo Sorce
f0ebdce024
Fix copy&paste error, its not the conf files we need access to,
...
we need to access the generated keytabs
2007-08-30 15:31:27 -04:00
Kevin McCarthy
a57fe697a7
Fix python-ldap attribution for cidict.
2007-08-27 09:49:35 -07:00
Kevin McCarthy
50450d6acb
UI cleanup
2007-08-29 16:49:46 -07:00
Kevin McCarthy
e9bd8dee3b
Change user search to be asynchronous.
...
This way it returns results even if the search times out.
The find_users() search now returns a counter as the first result, which
is set to -1 if the results are partial.
2007-08-28 16:01:07 -07:00
Kevin McCarthy
ef2dc5cefa
Changes for larger data demo.
...
Add fields to search results
Put result() call inside try block - it's throwing an exception
Trap ADMINLIMIT and SIZELIMIT exceptions
2007-08-28 09:20:12 -07:00
rcritten@redhat.com
eebaa73d3d
Implement delete users and groups
...
Implement adding a group to a group
Some other small fixups
Add new cmd-line tool ipa-delgroup
2007-08-28 13:52:08 -04:00
Karl MacMillan
6eea6664e0
This patch wraps binary data in an xmlrpclib Binary object. This
...
removes the need for LDIF conversion. It will make TurboGears direct
code faster, but should keep xmlrpc about the same speed.
The patch also swaps out ldap.cidict for the IPA CIDict class. IPA code
should only use the CIDict class now.
0001-01-01 00:00:00 +00:00
Kevin McCarthy
e31b526c81
Enhanced user search:
...
- "configurable" fields to search on
- tokenize search words
- prioritize exact matches over partial matches
- split match filter generation into a re-usable function.
Other updates:
- use finally block to return ldap connections
- update web gui to use new get_user methods
2007-08-27 11:30:26 -07:00
Karl MacMillan
14d78e9170
Added tag milestone_2 for changeset b0ff0d52ef89
0001-01-01 00:00:00 +00:00
Karl MacMillan
268dd829df
Added dna plugin to spec.
0001-01-01 00:00:00 +00:00
Kevin McCarthy
4e242b5dc1
Small UI tweeks
...
- Rename buttons
- Add fake "logged in as" text
- Increase font size and spacing for sidebar
- Fix search messages for no results
- Open ipa footer link in new window
2007-09-05 16:59:55 -07:00
Kevin McCarthy
d036eb0ac9
Add password expiration messages to user show/edit pages.
...
Add userhelper module to provide ui logic.
Fix uid/email suggest to lowercase first.
2007-09-05 15:54:04 -07:00
Kevin McCarthy
945713ca30
Fix dsinstance.py and krbinstance.py imports
2007-09-06 16:21:07 -07:00
rcritten@redhat.com
9b30f46744
Enable LDAP SASL authentication using a forwarded kerberos ticket
...
Handle both SASL auth and proxied authentication
Refactor LDAP connection code to be simpler
Other small bug fixes
2007-09-05 13:14:23 -04:00
Pete Rowley
82943c31de
Initial commit of dna plugin - origin: FDS with fix ups
2007-09-04 15:39:53 -07:00
Kevin McCarthy
3afd023c3a
Generalized Time parser and tests, for use in krbPasswordExpiration
2007-09-04 13:44:59 -07:00
Karl MacMillan
f437ecfad1
Fix minor error in previous patch.
0001-01-01 00:00:00 +00:00
rcritten@redhat.com
a5b7e3f56b
Include any LDAP error strings in XML-RPC Fault exceptions
...
Put a try/except around attempts to determine user uniqueness
2007-08-27 13:45:28 -04:00
Karl MacMillan
8d36f03f83
Merge simple fix from Rob Crittenden.
0001-01-01 00:00:00 +00:00
Karl MacMillan
07ee40cb28
Revert incorrect fix.
0001-01-01 00:00:00 +00:00
rcritten@redhat.com
3daff667ac
Pass string changes as a list so modifyModList works properly
2007-08-17 13:46:07 -04:00
Kevin McCarthy
8a0c3cb945
Change userlist into a quick search form.
...
Add hack to update cn using givenname+sn (for now).
Change funcs.find_users() to not error if no results.
2007-08-17 10:58:56 -07:00
Kevin McCarthy
3184b5cd97
Remove ':' from the label widgets so they can be used outside forms.
...
Add ':' into the edit/new/show pages.
2007-08-17 10:59:42 -07:00
Simo Sorce
8c43dde748
Merge from upstream
2007-08-17 13:19:52 -04:00
Simo Sorce
29a8f74fad
Complete proper daemonization by closing std* descriptors.
...
This fixes install as well as /sbin/services does not hang anymore
2007-08-17 12:44:01 -04:00
Karl MacMillan
7ace2ba951
Fix small typo in ipaclient.
0001-01-01 00:00:00 +00:00
Karl MacMillan
288128d560
Updated freeipa-admintool spec file to include additional tools.
...
Updated freeipa-python to depend on PyKerberos package.
0001-01-01 00:00:00 +00:00
Simo Sorce
9238e3cb4a
Merge with upstream
2007-08-17 10:41:45 -04:00
Simo Sorce
d41db21a09
Add forgotten ipa-kpasswd.init
2007-08-17 10:34:34 -04:00
Kevin McCarthy
0ddf0699a5
Add update user to gui.
...
Fix fields to be lowercase in web gui (server now returns them lowercase).
Fix ipaclient.py to refer to lowercase fields when adding a user.
Fix user.getValue() to check isinstance(value,list) instead of value[0].
2007-08-16 15:05:36 -07:00
rcritten@redhat.com
05f6a22110
Implement user inactivation
...
Comment some functions
Add attribute argument to get_user()
2007-08-17 10:03:33 -04:00
rcritten@redhat.com
5f0f23ee91
Ensure that the Apache server is in forked mode
...
Add ability to update existing users
Try to prevent fetching and setting empty strings
2007-08-14 17:22:05 -04:00
Simo Sorce
547f501fae
Patch from Rob to quick fix an error in the previous one
2007-08-16 18:59:58 -04:00
rcritten@redhat.com
cfaa28150b
Basic LDAP connection pooling
...
Implement user search
2007-08-13 16:41:38 -04:00
Simo Sorce
794ef65abc
make pluginlibrary files executable like all other dirsrv plugins
2007-08-16 18:47:29 -04:00
Simo Sorce
0e419aa4bf
Add a prototype client tool to configure a client of the IPA server
...
Right now it does only discovery (or fallback)
2007-08-16 18:00:16 -04:00
Simo Sorce
0a6007bcf2
Fix the relative name, Richm explained that the allowed values are either:
...
/full/path/plugin-name.so
or just
plugin-name (no .so as different arches have different extensions)
2007-08-16 17:59:23 -04:00
Simo Sorce
f6605ca792
Add libmhash as dependency for ipa_wpd_extop
2007-08-16 17:58:24 -04:00