I had a misunderstanding of the values in {0} and {1}. Both are names.
{1} is the shorter username rather than {0} which is the full ldap
specifier.
This reverts commit 8feb91bb2f6637783b9ffb051776e953b1c5e84c.
Originally-Committed-As: 6be5275ef052c4d0475c3563a3d6053fde549070
according to rfc2307 which says the memberUid is a name (not a uid
strangely enough)
just going by
http://manpages.ubuntu.com/manpages/natty/man5/sssd-ldap.5.html
ldap_schema description and my broken install on ubuntu...
I can't say what ldif I used except it was standard (I didn't write it)
and ldapscripts and phpmyadmin all seem to want the field to be a name.
Originally-Committed-As: 8feb91bb2f6637783b9ffb051776e953b1c5e84c
according to rfc2307 which says the memberUid is a name (not a uid
strangely enough)
just going by
http://manpages.ubuntu.com/manpages/natty/man5/sssd-ldap.5.html
ldap_schema description and my broken install on ubuntu...
I can't say what ldif I used except it was standard (I didn't write it)
and ldapscripts and phpmyadmin all seem to want the field to be a name.
Originally-Committed-As: 8ce68934aba3d016b645035bae1841eaccca9ef5
so it gets the createCliAuthenticator stuff, and CLI will accept --username, etc.
In my tests this worked when passing credentials to run a command.
Login seemed to work, but commands after that were still as anonymous,
so something still missing.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@33773 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: ff47b97fd3bbdd86b71668b8f8d9a0c0c54dd4a1
to avoid unintended data being saved there.
Convert f:password to use MorphTagLibrary (like f:textbox does) so it can accept
arbitrary fields, like autocomplete.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@31540 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: d63f4ecb05208b307f351946cd1c118655059667
- improved FormValidation.error(...) so that one can easily send the full stack trace.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@29612 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: a168fc472af52fcf4f3f4f3dbdccb1cf807a4c56
To work around the bug I just discovered in the submission server, these contributions have been replayed from
the Apache log files. As a result, it includes changes that are integrated earlier in rev.25498, which means
if those localizations are modified later, they'll be overwritten back.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@26764 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: 597841d707f99cb2e073b82563c8f74da67400be
to encodeURIComponent(this.value). Escape is not sufficient, as it does not
encode +. Function encode() in hudson-behavior.js is ok, but we can just use
a standard javascript function instead.
Marked encode() as deprecated.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21546 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: 533b34e19586e4e403a2c6e93bac6bc4b1f28b9c
using configured prefix and case settings; added help text about these settings.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20744 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: 6c2c917d91e33ffa63429848c5f6a75ea4bd773c
in 1.280, so the groupSearchFilter used there was lost. Moved this to
groovy file so the uniqueMember query works again, and changed {0} to {1}
in the memberUid query to fix that one.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16009 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: 701805226e77a3cbc90c9ca396ccdaf6145cacef
I also used the active directory plugin to make sure that the binary compatibility with old plugins are working
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15607 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: 6852bba554a9948e95d8147c34261067f8f3690c
checkName; avoid NullPointerException in LDAP groupname lookup when groupSearchBase
is not set.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15006 71c3de6d-444a-0410-be80-ed276b4c234a
Originally-Committed-As: f6e780339fe674a71cbf8e693b6a8fba01e90b52