ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Feature Request: EXPIRED/NOEXPIRED option on set_password and set_passphrase #49

Closed ElijahSwiftIBM closed 5 months ago

ElijahSwiftIBM commented 7 months ago

Is your feature request related to a problem? Please describe. set_password and set_passphrase options currently don't have the option to set non-expired passwords.

Describe the solution you'd like We should add an optional argument to these functions to make the password non-expired.

Describe alternatives you've considered N/A

Additional context N/A

lcarcaramo commented 5 months ago

Resolved by #55