Displaying 3 results from an estimated 3 matches for "home_share".
Did you mean:
some_share
2009 Oct 02
0
Sambauser can't use his homeshare but other shares - STRANGE
...this is our Problem:
If i tried to logon from a Windows XP to my "homes-share", it doesn't
work.
I've got the loginscreen to enter my username and password, but it
doesn't work.
In the Logfiles on the ubuntu-Server I see the following entry: (will
also in the File "log.home_share.txt")
smbd/password.c:register_vuid(304)
User name: nobody Real name: nobody
smbd/password.c:register_vuid(325)
UNIX uid 65534 is UNIX user nobody, and will be vuid 101
...
smbd/service.c:make_connection_snum(1033)
winxpnotebook (192.168.2.15) connect to service IPC$ initi...
2009 Oct 05
0
Sambauser can't use their homeshare but other shares - STRANGE
...this is our Problem:
If i tried to logon from a Windows XP to my "homes-share", it doesn't
work.
I've got the loginscreen to enter my username and password, but it
doesn't work.
In the Logfiles on the ubuntu-Server I see the following entry: (will
also in the File "log.home_share.txt")
smbd/password.c:register_vuid(304)
User name: nobody Real name: nobody
smbd/password.c:register_vuid(325)
UNIX uid 65534 is UNIX user nobody, and will be vuid 101
...
smbd/service.c:make_connection_snum(1033)
winxpnotebook (192.168.2.15) connect to service IPC$ initi...
1997 Oct 03
1
Homedir maps (+small patch)
...) ;
+ /* Remove whitespaces */
+ for (;*nis_result == ' ' || *nis_result == '\t';nis_result++) ;
+ }
+
home_server_len = strcspn(nis_result,":");
DEBUG(3, ("NIS lookup succeeded\n\tHome server length: %d\n",home_server_len));
vuser->home_share = (char *)Realloc(vuser->home_share, home_server_len+12);