search for: meinit

Displaying 4 results from an estimated 4 matches for "meinit".

Did you mean: deinit
2017 Feb 08
3
Users list and the date the password will expire
...plete > > (and simple) solution online. So I wrote one. In case it helps > > anyone, you find it below. > > > > You should only have to fill in the blanks for the the "basedn" > > search parameter. Time conversion methods are taken from here: > > http://meinit.nl/convert-active-directory-lastlogon-time-to-unix-readable-time > > > > > > Ole > > > > > > > > > > -- > > > > #!/bin/sh > > > > max_pwAge=`samba-tool domain passwordsettings show | grep "Maximum > > password age...
2017 Feb 08
4
Users list and the date the password will expire
...n's default notification. I haven't found any complete (and simple) solution online. So I wrote one. In case it helps anyone, you find it below. You should only have to fill in the blanks for the the "basedn" search parameter. Time conversion methods are taken from here: http://meinit.nl/convert-active-directory-lastlogon-time-to-unix-readable-time Ole -- #!/bin/sh max_pwAge=`samba-tool domain passwordsettings show | grep "Maximum password age" | tr -dc '0-9'` user_list=`wbinfo -u` basedn="OU=*,DC=*,DC=*,DC=*" for user in $user_list; do...
2017 Feb 08
0
Users list and the date the password will expire
...I haven't found any complete (and > simple) solution online. So I wrote one. In case it helps anyone, you > find it below. > > You should only have to fill in the blanks for the the "basedn" search > parameter. Time conversion methods are taken from here: > http://meinit.nl/convert-active-directory-lastlogon-time-to-unix-readable-time > > > Ole > > > > > -- > > #!/bin/sh > > max_pwAge=`samba-tool domain passwordsettings show | grep "Maximum > password age" | tr -dc '0-9'` > user_list=`wbinfo -u` > &g...
2017 Feb 09
0
Users list and the date the password will expire
...(and simple) solution online. So I wrote one. In case it helps >>> anyone, you find it below. >>> >>> You should only have to fill in the blanks for the the "basedn" >>> search parameter. Time conversion methods are taken from here: >>> http://meinit.nl/convert-active-directory-lastlogon-time-to-unix-readable-time >>> >>> >>> Ole >>> >>> >>> >>> >>> -- >>> >>> #!/bin/sh >>> >>> max_pwAge=`samba-tool domain passwordsettings show | grep &q...