Displaying 9 results from an estimated 9 matches for "ungrepped".
Did you mean:
grepped
2009 Jan 18
8
regex -> negate a word
Dear all,
let's assume I have a vector of character strings:
x <- c("abcdef", "defabc", "qwerty")
What I would like to find is the following: all elements where the word
'abc' does not appear (i.e. 3 in this case of 'x').
Since I am not really experienced with regular expressions, I started
slowly and thought I find all word were
2017 Feb 03
7
How to get password expiration?
This seems to work for maxPwdAge
ldapsearch -LLL -Q -s base -h ad.mydomain.tld -b dc=ad,dc=mydomain,dc=tld
maxPwdAge
now I just need to query a users pwdLastSetq
I tried the commands above but am not getting anything. I tried looking at
the ungrepped output but I don't see how to link the pwdLastSet with any
user. I get a long list.
I think I'm looking for dn: and a matching pwdLastSet? So I tried the
command bellow but I don't see anything that looks like users.
ldapsearch -h ad.mydomain.tld -b 'dc=ad,dc=mydomain,dc=tld'...
2017 Feb 03
2
How to get password expiration?
...to work for maxPwdAge
> >
> > ldapsearch -LLL -Q -s base -h ad.mydomain.tld -b
> > dc=ad,dc=mydomain,dc=tld maxPwdAge
> >
> > now I just need to query a users pwdLastSetq
> > I tried the commands above but am not getting anything. I tried
> > looking at the ungrepped output but I don't see how to link the
> > pwdLastSet with any user. I get a long list.
> > I think I'm looking for dn: and a matching pwdLastSet? So I tried the
> > command bellow but I don't see anything that looks like users.
> >
> >
> > ldapsearch...
2017 Feb 03
0
How to get password expiration?
....org> wrote:
> This seems to work for maxPwdAge
>
> ldapsearch -LLL -Q -s base -h ad.mydomain.tld -b
> dc=ad,dc=mydomain,dc=tld maxPwdAge
>
> now I just need to query a users pwdLastSetq
> I tried the commands above but am not getting anything. I tried
> looking at the ungrepped output but I don't see how to link the
> pwdLastSet with any user. I get a long list.
> I think I'm looking for dn: and a matching pwdLastSet? So I tried the
> command bellow but I don't see anything that looks like users.
>
>
> ldapsearch -h ad.mydomain.tld -b '...
2017 Feb 03
0
How to get password expiration?
...ts.samba.org>:
> This seems to work for maxPwdAge
>
> ldapsearch -LLL -Q -s base -h ad.mydomain.tld -b dc=ad,dc=mydomain,dc=tld
> maxPwdAge
>
> now I just need to query a users pwdLastSetq
> I tried the commands above but am not getting anything. I tried looking at
> the ungrepped output but I don't see how to link the pwdLastSet with any
> user. I get a long list.
> I think I'm looking for dn: and a matching pwdLastSet? So I tried the
> command bellow but I don't see anything that looks like users.
>
>
> ldapsearch -h ad.mydomain.tld -b 'dc...
2017 Feb 03
1
How to get password expiration?
...to work for maxPwdAge
> >
> > ldapsearch -LLL -Q -s base -h ad.mydomain.tld -b
> > dc=ad,dc=mydomain,dc=tld maxPwdAge
> >
> > now I just need to query a users pwdLastSetq
> > I tried the commands above but am not getting anything. I tried
> > looking at the ungrepped output but I don't see how to link the
> > pwdLastSet with any user. I get a long list.
> > I think I'm looking for dn: and a matching pwdLastSet? So I tried the
> > command bellow but I don't see anything that looks like users.
> >
> >
> > ldapsearch...
2017 Feb 03
0
How to get password expiration?
...t; >
>> > ldapsearch -LLL -Q -s base -h ad.mydomain.tld -b
>> > dc=ad,dc=mydomain,dc=tld maxPwdAge
>> >
>> > now I just need to query a users pwdLastSetq
>> > I tried the commands above but am not getting anything. I tried
>> > looking at the ungrepped output but I don't see how to link the
>> > pwdLastSet with any user. I get a long list.
>> > I think I'm looking for dn: and a matching pwdLastSet? So I tried the
>> > command bellow but I don't see anything that looks like users.
>> >
>> >...
2017 Feb 02
2
How to get password expiration?
On 02/02/2017 15:17, mathias dufresne wrote:
> So, back to ldapsearch -Y GSSAPI (if your users generate kerberos
> ticket at connection time) to retrieve LDAP attribute PwdLastSet. It's
> not an UNIX timestamp, it should be called LDAP time stamp or 18-digit
> LDAP timestamp...
Aside: it's a Microsoft Win32 FILETIME. (The LDAP standard uses ISO times)
pwdLastSet
2017 Feb 03
2
How to get password expiration?
...; ldapsearch -LLL -Q -s base -h ad.mydomain.tld -b
>>> > dc=ad,dc=mydomain,dc=tld maxPwdAge
>>> >
>>> > now I just need to query a users pwdLastSetq
>>> > I tried the commands above but am not getting anything. I tried
>>> > looking at the ungrepped output but I don't see how to link the
>>> > pwdLastSet with any user. I get a long list.
>>> > I think I'm looking for dn: and a matching pwdLastSet? So I tried the
>>> > command bellow but I don't see anything that looks like users.
>>> >...