Displaying 8 results from an estimated 8 matches for "user_ok".
2000 Jan 04
0
two-level getgrent bug in samba-2.0.6 (PATCH#11)
...group *gptr;
- char **member;
setgrent();
while ((gptr = (struct group *)getgrent())) {
- if (!strequal(gptr->gr_name,group))
- continue;
- member = gptr->gr_mem;
- while (member && *member) {
+ if (strequal(gptr->gr_name,group))
+ break;
+ }
+
+ /*
+ * As user_ok can recurse doing a getgrent(), we must
+ * copy the member list into a pstring on the stack before
+ * use. Bug pointed out by leon@eatworms.swmed.edu.
+ */
+
+ if (gptr) {
+ pstring member_list;
+ char *member;
+ size_t copied_len = 0;
+ int i;
+
+ *member_list = '\0';
+...
2004 Mar 05
3
SMB gurus: please help - I am desperate.
...connect to service sharedir$ as user
lynn (uid=21776, gid=1) (pid 125438)
So clean, so elegant, so beautiful! :)
OTOH, the log file for the W2K client contained an
entry similar to the above, but was immediately
followed by about 30 messages of the form:
[2004/02/23 11:59:03, 0] smbd/password.c:user_ok(683)
rejected user nobody:3004-302 Your account has
expired; please see the system administrator.
Now... my question: Why? What does the W2K client do
that triggers this barrage of rejected authentications
of a user 'nobody' (that is clearly not allowed to
enter)?
More importantly, is...
1997 Dec 20
1
Intermittent logon failures
...t invalid user nobody
never clicked for me. But that's what I'm seeing. The
Windows 95 box says "The network could not validate you. Seek
fulfillment elsewhere."
It started working again before I was able to get a better
debug log on it. I'm going to add a little code in user_ok()
to get some more info when it does.
Any ideas anyone? Anyone? Bueller?
- edan
2005 Feb 15
1
Trying to resolve issues on samba-3.0.11
...e connection is refused, then it's trying with the username.
We would like the guest account to never be used.
in smb.conf
map to guest = Never
guest account = nobody
guest only = No
guest ok = No
in a log.hostname file
[2005/02/14 16:43:22, 0] smbd/password.c:user_ok(386)
rejected user nobody:3004-302 Your account has expired; please see the
system administrator.
4: Is there a way to know what is the OS of the client (logfile? which debug
level? which debug message?)
If anyone is able to answer or explain me one of those issues :)
thanx
Yannick Ber...
2004 Mar 04
3
Why does a W2K (pro) client do more than it is asked to do?
...connect to service sharedir$ as user
lynn (uid=21776, gid=1) (pid 125438)
So clean, so elegant, so beautiful! :)
OTOH, the log file for the W2K client contained an
entry similar to the above, but was immediately
followed by about 30 messages of the form:
[2004/02/23 11:59:03, 0] smbd/password.c:user_ok(683)
rejected user nobody:3004-302 Your account has
expired; please see the system administrator.
Now... my question: Why? What does the W2K client do
that triggers this barrage of rejected authentications
of a user 'nobody' (that is clearly not allowed to
enter)?
More importantly, is...
2014 Feb 12
1
Where do I get detailed information about oplock-types and possible errors?
...ys uses 'EXCLUSIVE+BATCH'
15306 3000035 DENY_NONE 0x2019f RDWR EXCLUSIVE+BATCH
/home/samba
user_x/Anwendungsdaten/Thunderbird/Profiles/pfo6pijp.default/panacea.dat
Wed Feb 12 14:56:34 2014
15311 3000038 DENY_NONE 0x12019f RDWR BATCH
/home/samba
user_ok/Anwendungsdaten/Thunderbird/Profiles/i8g18axs.default/panacea.dat Wed
Feb 12 09:09:46 2014
The user with the disconnection-problems is constantly working on two
different workstations at the same time... unfortunately we have to use
an additional WinXP+SP2 workstation for a special software, we...
2003 Mar 05
2
Samba-3.0alpha22 available on samba.org mirrors
..._access for open_printer_ex from HEAD, allowing
cupsaddsmb to work again!
42) Add support for dynamic RPC modules
43) wrap all cm_get_XX calls and their subsequent requests in a retry loop
in case we've temporarily lost connection to the DC. Makes winbindd
more reliable
44) Optimize user_ok() and user_in_group() when verifying group membership
45) Add NTLMv2 client code (that works) and some SMB signing fixes
46) Add caching of PRINTER_INFO_2 structures to open printer handles
47) Add 1/3 second delay in OpenPrinter() reply to trigger a LAN/WAN
optimization in Windows 2000 clients...
2005 Dec 28
4
"valid users" + ldap on Solaris 10 problems
Hello,
We have just migrated a server from sun solaris 8 to sun solaris 10. In
the old machine we had a Samba 3.0.20b and in the new one, we have samba
3.0.21, both compiled like this with no problems:
env LD_FLAGS="-L/usr/local/lib" ./configure --with-ldapsam --without-pam
--with-quotas --with-ldap --with-included-popt --with-acl-support
--with-libsmbclient
We share user's