Re: [Python-Dev] spwd and AIX

2018-08-01 Thread Michael Felt (aixtools)
Sounds like i can skip this then. Thx. Sent from my iPhone > On 1 Aug 2018, at 17:52, Christian Heimes wrote: > >> On 2018-08-01 13:58, Michael wrote: >> a) I am looking at getting spwd integrated from AIX >> >> b) only the parameter sp_pwdp is my concern - as AIX really does not >> want to r

Re: [Python-Dev] spwd and AIX

2018-08-01 Thread Christian Heimes
On 2018-08-01 13:58, Michael wrote: > a) I am looking at getting spwd integrated from AIX > > b) only the parameter sp_pwdp is my concern - as AIX really does not > want to reveal the encrypted password. Rather, AIX will say '!' (meaning > there is, or should be a shadow password, or '*' - no user

[Python-Dev] spwd and AIX

2018-08-01 Thread Michael
a) I am looking at getting spwd integrated from AIX b) only the parameter sp_pwdp is my concern - as AIX really does not want to reveal the encrypted password. Rather, AIX will say '!' (meaning there is, or should be a shadow password, or '*' - no user password). Would this horribly break thin