URL: https://github.com/freeipa/freeipa/pull/158
Title: #158: WebUI: update Patternfly and Bootstrap
redhatrises commented:
"""
@pvomacka should this use the patternfly RPM rather than having the code copied
here as well? See
https://www.redhat.com/archives/patternfly/2014-Jul
URL: https://github.com/freeipa/freeipa/pull/158
Title: #158: WebUI: update Patternfly and Bootstrap
redhatrises commented:
"""
@pvomacka should this use the patternfly RPM rather than having the code copied
here as well? See
https://www.redhat.com/archives/patternfly/2014-Jul
URL: https://github.com/freeipa/freeipa/pull/158
Title: #158: WebUI: update Patternfly and Bootstrap
redhatrises commented:
"""
> @redhatrises Thank you for the comment and the link. I agree that it would be
> really nice, but unfortunately there is no PatternFly package i
URL: https://github.com/freeipa/freeipa/pull/403
Author: redhatrises
Title: #403: Add new ipa passwd-generate command
Action: opened
PR body:
"""
This PR adds a new command line option `ipa passwd-generate` that uses the
refactored `ipa_password_generate()` function. Thi
URL: https://github.com/freeipa/freeipa/pull/403
Author: redhatrises
Title: #403: Add new ipa passwd-generate command
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/403/head:pr403
git checkout pr403
From
URL: https://github.com/freeipa/freeipa/pull/403
Title: #403: Add new ipa passwd-generate command
redhatrises commented:
"""
Sorry for the delayed response.
This is useful for environments where utilities like `pwgen` may not be allowed
to be installed due to compliance/envi
URL: https://github.com/freeipa/freeipa/pull/403
Title: #403: Add new ipa passwd-generate command
redhatrises commented:
"""
Sorry for the delayed response.
This is useful for environments where utilities like `pwgen` may not be allowed
to be installed due to compliance/envi
URL: https://github.com/freeipa/freeipa/pull/444
Author: redhatrises
Title: #444: Allow nsaccountlock to be searched in user-find and user-show
commands
Action: opened
PR body:
"""
This patch provides the ability to search and find users who are
enabled/disabled in `ipa user
URL: https://github.com/freeipa/freeipa/pull/444
Author: redhatrises
Title: #444: Allow nsaccountlock to be searched in user-find and user-show
commands
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/444
URL: https://github.com/freeipa/freeipa/pull/444
Title: #444: Allow nsaccountlock to be searched in user-find and user-show
commands
redhatrises commented:
"""
> Why user-show needs --nsaccountlock option?
I didn't want to limit it to user-find. However, it looks lik
URL: https://github.com/freeipa/freeipa/pull/444
Author: redhatrises
Title: #444: Allow nsaccountlock to be searched in user-find and user-show
commands
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/444
URL: https://github.com/freeipa/freeipa/pull/444
Author: redhatrises
Title: #444: Allow nsaccountlock to be searched in user-find commands
Action: edited
Changed field: title
Original value:
"""
Allow nsaccountlock to be searched in user-find and user-show commands
"
URL: https://github.com/freeipa/freeipa/pull/444
Author: redhatrises
Title: #444: Allow nsaccountlock to be searched in user-find commands
Action: edited
Changed field: body
Original value:
"""
This patch provides the ability to search and find users who are
enabled/disabl
URL: https://github.com/freeipa/freeipa/pull/444
Author: redhatrises
Title: #444: Allow nsaccountlock to be searched in user-find commands
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/444/head:pr444
git
URL: https://github.com/freeipa/freeipa/pull/444
Title: #444: Allow nsaccountlock to be searched in user-find commands
redhatrises commented:
"""
@MartinBasti I believe that this is ready for your review.
"""
See the full comment at
https://github.com/freeipa
URL: https://github.com/freeipa/freeipa/pull/403
Author: redhatrises
Title: #403: Add new ipa passwd-generate command
Action: closed
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/403/head:pr403
git checkout pr403
--
Manage
URL: https://github.com/freeipa/freeipa/pull/403
Title: #403: Add new ipa passwd-generate command
redhatrises commented:
"""
Thanks @abbra
The command would have been `ipa passwd-generate --user user1` without piping
any commands to it and would have kept the initial password
URL: https://github.com/freeipa/freeipa/pull/444
Title: #444: Allow nsaccountlock to be searched in user-find commands
redhatrises commented:
"""
@MartinBasti sorry for the late reply, but yes, this is a bug. If
'nsaccountlock' doesn't exist, it should return as
URL: https://github.com/freeipa/freeipa/pull/521
Author: redhatrises
Title: #521: Add nsaccountlock to user attributes when a new user is created
Action: opened
PR body:
"""
This adds a the `nsaccountlock` attribute to a user upon account creation. This
addresses newly c
URL: https://github.com/freeipa/freeipa/pull/521
Author: redhatrises
Title: #521: Add nsaccountlock to user attributes when a new user is created
Action: edited
Changed field: body
Original value:
"""
This adds a the `nsaccountlock` attribute to a user upon account creation.
URL: https://github.com/freeipa/freeipa/pull/444
Title: #444: Allow nsaccountlock to be searched in user-find commands
redhatrises commented:
"""
Thanks guys. So can this be fixed in `pre_callback` or `post_callback` in
`user_find`, or am I looking elsewhere? (Not super famil
URL: https://github.com/freeipa/freeipa/pull/621
Author: redhatrises
Title: #621: Add --force-password-reset to user_mod in user.py
Action: opened
PR body:
"""
- Allows an admin to easily force a user to expire their password forcing them
to change it.
"""
To
URL: https://github.com/freeipa/freeipa/pull/621
Title: #621: Add --force-password-reset to user_mod in user.py
redhatrises commented:
"""
@abbra why not have it in both `ipa user-mod` and `ipa passwd`?
"""
See the full comment at
https://github.com/freeipa
URL: https://github.com/freeipa/freeipa/pull/621
Title: #621: Add --force-password-reset to user_mod in user.py
redhatrises commented:
"""
Okay, so since it will reside in one location, should it be `user-mod` (PR
already uses `user-mod`) or `passwd`?
"""
URL: https://github.com/freeipa/freeipa/pull/621
Title: #621: Add --force-password-reset to user_mod in user.py
redhatrises commented:
"""
@HonzaCholasta that's an interesting idea. Most of the time, a password reset
is forced immediately, but that does provide more flexib
URL: https://github.com/freeipa/freeipa/pull/621
Author: redhatrises
Title: #621: Add --force-password-reset to user_mod in user.py
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/621/head:pr621
git
URL: https://github.com/freeipa/freeipa/pull/621
Author: redhatrises
Title: #621: Add --force-password-reset to user_mod in user.py
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/621/head:pr621
git
URL: https://github.com/freeipa/freeipa/pull/621
Author: redhatrises
Title: #621: Add --password-expiration to allow an admin to force a password
change
Action: edited
Changed field: title
Original value:
"""
Add --force-password-reset to user_mod in user.py
"
URL: https://github.com/freeipa/freeipa/pull/621
Title: #621: Add --password-expiration to allow an admin to force a password
change
redhatrises commented:
"""
@HonzaCholasta used `datetime.utcnow()` as I couldn't find a reference for
`datetime.utctime()`
""&qu
URL: https://github.com/freeipa/freeipa/pull/621
Title: #621: Add --password-expiration to allow an admin to force a password
change
redhatrises commented:
"""
> @redhatrises, datetime.utcnow() is what I meant.
Oh good. Ready for your review.
"""
See the fu
URL: https://github.com/freeipa/freeipa/pull/621
Author: redhatrises
Title: #621: Add --password-expiration to allow an admin to force a password
change
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/621
URL: https://github.com/freeipa/freeipa/pull/621
Title: #621: Add --password-expiration to allow an admin to force a password
change
redhatrises commented:
"""
@HonzaCholasta updated "Admins can write passwords" ACI to contain
'krbPasswordExpiration' as t
URL: https://github.com/freeipa/freeipa/pull/621
Author: redhatrises
Title: #621: Add --password-expiration to allow an admin to force a password
change
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/621
URL: https://github.com/freeipa/freeipa/pull/621
Title: #621: Add --password-expiration to allow an admin to force a password
change
redhatrises commented:
"""
@HonzaCholasta I also removed `krbPasswordExpiration` from the "Admin can
manage any entry" ACI.
"&quo
URL: https://github.com/freeipa/freeipa/pull/621
Author: redhatrises
Title: #621: Add --password-expiration to allow an admin to force a password
change
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/621
URL: https://github.com/freeipa/freeipa/pull/688
Author: redhatrises
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
Action: opened
PR body:
"""
- Update get_attr_filter in LDAPSearch to handle nsaccountlock by setting
nsaccountlock=Tr
URL: https://github.com/freeipa/freeipa/pull/688
Author: redhatrises
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull
URL: https://github.com/freeipa/freeipa/pull/688
Author: redhatrises
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
Action: edited
Changed field: body
Original value:
"""
- Update get_attr_filter in LDAPSearch to handle nsaccount
URL: https://github.com/freeipa/freeipa/pull/688
Author: redhatrises
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull
URL: https://github.com/freeipa/freeipa/pull/688
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
redhatrises commented:
"""
@HonzaCholasta ready for your review.
"""
See the full comment at
https://github.com/freeipa
URL: https://github.com/freeipa/freeipa/pull/705
Author: redhatrises
Title: #705: ipatests: Add krbpasswordexpiration tests
Action: opened
PR body:
"""
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghf
URL: https://github.com/freeipa/freeipa/pull/705
Author: redhatrises
Title: #705: ipatests: Add krbpasswordexpiration tests
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/705/head:pr705
git checkout pr705
URL: https://github.com/freeipa/freeipa/pull/705
Author: redhatrises
Title: #705: ipatests: Add krbpasswordexpiration tests
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/705/head:pr705
git checkout pr705
URL: https://github.com/freeipa/freeipa/pull/705
Author: redhatrises
Title: #705: ipatests: Add krbpasswordexpiration tests
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/705/head:pr705
git checkout pr705
URL: https://github.com/freeipa/freeipa/pull/705
Author: redhatrises
Title: #705: [WIP] ipatests: Add krbpasswordexpiration tests
Action: edited
Changed field: title
Original value:
"""
ipatests: Add krbpasswordexpiration tests
"""
--
Manage your subscription
URL: https://github.com/freeipa/freeipa/pull/688
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
redhatrises commented:
"""
Bump for review
"""
See the full comment at
https://github.com/freeipa/freeipa/pull/688#issuecom
URL: https://github.com/freeipa/freeipa/pull/688
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
redhatrises commented:
"""
Should this also go into the 4.5 branch?
"""
See the full comment at
https://github.com/freeipa
URL: https://github.com/freeipa/freeipa/pull/688
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
redhatrises commented:
"""
@HonzaCholasta done. https://pagure.io/freeipa/issue/6896
"""
See the full comment at
https://g
URL: https://github.com/freeipa/freeipa/pull/688
Author: redhatrises
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
Action: edited
Changed field: body
Original value:
"""
- Update get_attr_filter in LDAPSearch to handle nsaccountlock
URL: https://github.com/freeipa/freeipa/pull/688
Author: redhatrises
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
Action: edited
Changed field: body
Original value:
"""
- Update get_attr_filter in LDAPSearch to handle nsaccountlock
URL: https://github.com/freeipa/freeipa/pull/688
Author: redhatrises
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
Action: synchronized
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull
URL: https://github.com/freeipa/freeipa/pull/688
Title: #688: Update get_attr_filter in LDAPSearch to handle nsaccountlock user
searches
redhatrises commented:
"""
@HonzaCholasta I removed the change to `VERSION.m4`
"""
See the full comment at
https://githu
52 matches
Mail list logo