search for: dispatch_table

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

2011 Aug 29
0
Fwd: [win32-service] win32 daemon error - Service_Main thread exited abnormally (#4)
...0 AM Subject: Re: [win32-service] win32 daemon error - Service_Main thread exited abnormally (#4) To: djberg96 at gmail.com Thanks for looking at this guys. Have updated the strcpy line.. I''m still having problems though.. I''m pretty sure it''s coming from the 2 lines: dispatch_table = [""].pack(''p'') + [svc_main.address].pack(''L'') + "\0"*8 if(!StartServiceCtrlDispatcher(dispatch_table)) .... I could be mistaken, but StartServiceCtrlDispatcher should fire the svc_main win32 callback which never happens on my machine. I'...
2002 Feb 14
0
Sharing to domain users?
...istrator (of course, with YOUR domain and username specified instead of mine (wt1/administrator). What is highly unusual is that process_request is reporting an unknown request for fn 12 (which is what AUTH_CRAP ie WINBINDD_PAM_AUTH_CRAP evaluates to). it SHOULD have found this function in the dispatch_table... SOOOOO - what's going on? It LOOKS like the pointer to the winbindd_pam_auth_crap routine is null! if you have 'nm' on your system, do and nm winbindd|grep auth Results: adams{root}19: nm winbindd|grep auth [2940] | 815960| 2476|FUNC |GLOB |0 |11 |authorise_login [2...
2002 Feb 12
10
Winbind - Why won't you authenticate???
Well, I managed to get Samba 2.2.3 up and running on our Solaris 8 machine. I installed with the winbind option and everything went though just find. I was able to join the NT domain and now I can do a wbinfo -u "and get a domain user list as well as a "wbinfo -g and get a group list. For some reason though, the authentication isn't working. I tried to "wbinfo -a" and