Displaying 3 results from an estimated 3 matches for "ads_ptr".
Did you mean:
add_ptr
2019 Feb 25
2
AD-DC samba_gpoupdate failing
...s and the error handling was in
shambles.
I fixed libgpo/pygpo.c and I now get:
gpos = ads.get_gpo_list(creds.get_username())
SystemError: Failed to get machine token for 'DC01$' (CN=DC01,OU=Domain
Controllers,DC=rvx,DC=is)
(the failing call is status = gp_get_machine_token(self->ads_ptr, frame,
dn,
&token);
I'm a former python core dev, so I know a bit about python c code. I've
fixed what I could find there, and will create a pull request. Meanwhile,
do you know why this may be failing? The DN does exist.
K
On Mon, 2...
2019 Feb 26
0
AD-DC samba_gpoupdate failing
...t; shambles.
> I fixed libgpo/pygpo.c and I now get:
> gpos = ads.get_gpo_list(creds.get_username())
> SystemError: Failed to get machine token for 'DC01$' (CN=DC01,OU=Domain
> Controllers,DC=rvx,DC=is)
>
> (the failing call is status = gp_get_machine_token(self->ads_ptr, frame,
> dn,
> &token);
>
> I'm a former python core dev, so I know a bit about python c code. I've
> fixed what I could find there, and will create a pull request. Meanwhile,
> do you know why this may be failing? The...
2019 Feb 25
2
AD-DC samba_gpoupdate failing
Hi,
I just upgraded to 4.8.9 and decided to give the samba_gpoupdate feature a
whirl.
However, it fails.
The line that's failing is "gpos = ads.get_gpo_list(creds.get_username())"
returning None.
This is probably a failure, since it should otherwise return an empty list
(if there were no gpos to return). But there is no output to indicate what
may be failing.
I have setup of three