Displaying 2 results from an estimated 2 matches for "sa_addr".
Did you mean:
s_addr
2007 May 03
1
sockaddr structure elements
...d 192.168.1.24 (smbclient). When we establish a
smbclient connection from client -> Server, in the
smbd/server.c:open_sockets_smbd() function, we are getting sockaddr
structure values as follows (caught at debug data on smbd):
smbd/server.c:open_sockets_smbd():addr
sockaddr
sa_family = AF_INET
sa_addr[14] = 4, 5, 192, 168, 1, 24, 220, 126, 47, 204, 180, 41, 11, 192
definition:
struct sockaddr {
sa_family_t sa_family; /* Address family, AF_xxx */
char sa_data[14]; /* 14 bytes of protocol
address */
}
According to the above definition, the sa_data shoul...
2004 Jan 29
10
Back to 3.0.1, Winbind and Solaris 9
I've gone back to 3.0.1 to try and get winbind to work with my Solaris 9
machine and NT4 domain. Everything works except user authentication. The
wbinfo and getent commands do what they are supposed to.
I've included a truss of 'su - ganguly'
According to pamlog, the user 'ganguly' has been granted access but it is
still hanging.
How do I do a truss of a telnet login?