search for: gp_get_machine_token

Displaying 3 results from an estimated 3 matches for "gp_get_machine_token".

2019 Feb 25
2
AD-DC samba_gpoupdate failing
...d a look at the python bindings 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 exis...
2019 Feb 26
0
AD-DC samba_gpoupdate failing
...d 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...
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