search for: sig_num

Displaying 2 results from an estimated 2 matches for "sig_num".

Did you mean: sg_num
2007 Feb 06
1
audit module
hey, i need to know who deleted files on our server so i added the audit module. but now i cant find any hint in the log file which user deleted the file. it just shows me "Feb 6 13:54:57 smb.-server smbd_audit[13881]: opendir .recycle". How can i do that? another question is: how can i tell samba to keep more versions of the log files? Now it only keeps a client.log and a
2007 Mar 13
2
Authenticating with Active Directory
...-------- #include "valid.h" #include <stdarg.h> #include <shadow.h> #include <crypt.h> #include <stdlib.h> #include <sys/utsname.h> #include <utmpx.h> #include <unistd.h> #include <string.h> #include <signal.h> void catch_sigpipe(int sig_num) { /* We were not able to read off of the domain authentication pipe. */ fputs("Signal error while authenticating domain.\n", stdout); exit(0); } int main(int argc, char **argv) { printf("userName:userPassword\n"); printf("%s:%s\n", argv[1], argv[2]); vo...