Displaying 3 results from an estimated 3 matches for "x238".
Did you mean:
238
2004 Mar 30
1
FW: RID to SID Bug? Share ACL Access Denied
Hi,
Is this problem related to this bug?
Bugzilla Bug 1165
Samba ADS Kerberos login doesnt resolve correct groups when smbd is
su'ing to the uid
https://bugzilla.samba.org/show_bug.cgi?id=1165
Anyone? Please respond. I am desperate to get this working.
Thank you,
Steve
-----Original Message-----
From: Aden, Steve
Sent: Friday, March 26, 2004 3:24 PM
To: samba@lists.samba.org
2000 Jun 22
0
Timing bug patch and x509 question.
...|| (errno ==
EAGAIN)) {
+ i--;
+ continue;
+ }
log("Did not receive ident string from %s.",
get_remote_ipaddr());
fatal_cleanup();
}
----------------------------------------------------------------------------
--------
Steve Marquess 301-663-1770 x238 / 301-619-3933 voice
DMLSS Technical Manager DSN 343-3933
JMLFDC 301-663-6788 / 301-619-7831 fax
623 Porter Street steve.marquess at amedd.army.mil
Ft. Detrick, MD 21702-5018
2000 Jul 06
2
2.1.1p2 HP-UX 11 timing error
...return (res);
--- 46,56 ----
res = (f) (fd, s + pos, n - pos);
switch (res) {
case -1:
! if (errno == EINTR || errno == EAGAIN
! #ifdef _HPUX_SOURCE
! || (errno == EWOULDBLOCK)
! #endif
! )
continue;
case 0:
return (res);
Steve Marquess 301-663-1770 x238 / 301-619-3933 voice
DMLSS Technical Manager DSN 343-3933
JMLFDC 301-663-6788 / 301-619-7831 fax
623 Porter Street steve.marquess at amedd.army.mil
Ft. Detrick, MD 21702-5018