Displaying 5 results from an estimated 5 matches for "expirytime".
Did you mean:
expiretime
2017 Mar 27
3
Users list and the date the password will expire
...mba <samba at lists.samba.org> wrote:
> >
> >
> > > as root:
> > >
> > > ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -s sub
> > > "(&(sAMAccountType=805306368)(sAMAccountName=mark))"
> > > msDS-UserPasswordExpiryTimeComputed
> > >
> > > search error - LDAP error 1 LDAP_OPERATIONS_ERROR - <00002020:
> > > Operation unavailable without authentication> <>
> > >
> > > When I added `-U user%pass` it worked. I don't suppose there is a way
> > >...
2017 Mar 26
2
Users list and the date the password will expire
On Sun, 26 Mar 2017 14:32:53 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> as root:
>
> ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -s sub
> "(&(sAMAccountType=805306368)(sAMAccountName=mark))"
> msDS-UserPasswordExpiryTimeComputed
>
> search error - LDAP error 1 LDAP_OPERATIONS_ERROR - <00002020:
> Operation unavailable without authentication> <>
>
> When I added `-U user%pass` it worked. I don't suppose there is a way
> to NOT specify the password? I'd rather not have to prop...
2017 Mar 28
2
Users list and the date the password will expire
...;
> > > >
> > > > Rowland
> > >
> > > Great! That did it. Final command:
> > >
> > > ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -P -s sub "(&(sAMAccountType=805306368)(sAMAccountName=$USER))" msDS-UserPasswordExpiryTimeComputed
> >
> > Not quite where I need to be. The above with the -P option works on the domain member when
> > logged in as root. I had planned on interecepting the lightDM login program to incorporate
> > this, but in fact I have no idea what that is or where to find it....
2017 Mar 27
0
Users list and the date the password will expire
...; wrote:
> > >
> > >
> > > > as root:
> > > >
> > > > ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -s sub
> > > > "(&(sAMAccountType=805306368)(sAMAccountName=mark))"
> > > > msDS-UserPasswordExpiryTimeComputed
> > > >
> > > > search error - LDAP error 1 LDAP_OPERATIONS_ERROR - <00002020:
> > > > Operation unavailable without authentication> <>
> > > >
> > > > When I added `-U user%pass` it worked. I don't suppose there...
2017 Mar 27
0
Users list and the date the password will expire
...> > > > as root:
> > > > > >
> > > > > > ldbsearch --url=ldap://mail -b "DC=hprs,DC=local" -s sub
> > > > > > "(&(sAMAccountType=805306368)(sAMAccountName=mark))"
> > > > > > msDS-UserPasswordExpiryTimeComputed
> > > > > >
> > > > > > search error - LDAP error 1 LDAP_OPERATIONS_ERROR - <00002020:
> > > > > > Operation unavailable without authentication> <>
> > > > > >
> > > > > > When I added `-U...