Displaying 8 results from an estimated 8 matches for "unix_us".
Did you mean:
unix_ug
2006 Apr 24
0
saving from word & excel
...o such file or directory)
call_trans2qfilepathinfo: SMB_VFS_STAT of httpdocs/testdir/~WRD0000.tmp failed (No such file or directory)
smb_user opened file httpdocs/testdir/~WRD0000.tmp read=Yes write=Yes (numopen=3)
smb_user opened file httpdocs/testdir/test4.doc read=No write=No (numopen=4)
unix_user closed file httpdocs/testdir/test4.doc (numopen=3)
unix_user closed file httpdocs/testdir/~WRD0000.tmp (numopen=2)
smb_user opened file httpdocs/testdir/~WRD0000.tmp read=Yes write=Yes (numopen=3)
call_trans2qfilepathinfo: SMB_VFS_STAT of httpdocs/testdir/Sicherungskopie von test4.wbk fai...
2005 Mar 14
2
Questions about 3.0.12rc1
...imary group" still needed ? )
2) Next in this code is winbind, but debug message string have code
DEBUG(3,("smb_delete_group:
You use copy/paste ;)
This is affect in function: smb_add_user_group,smb_delete_user_group
smb_add_user_group have bug
if ( winbind_add_user_to_group( unix_user, unix_group ) ) {
DEBUG(3,("smb_delete_group: winbindd added user (%s) to the group
(%s)\n",
unix_user, unix_group));
return -1;
^^^^^^^^^^^^^^^^^^^^^^^^^^
needed return 0;
}
3) I'm analized problems 1
( user who not have privileges "add machine acc...
2005 Aug 24
1
Username.map works in 2.2.8a, doesn't work in 3.0.14a
I'm a bit puzzled. I am able to map an account without any problem on
Samba 2.2.8a (security=domain). However, access fails with Samba
3.0.14a when everything else is the same (same configuration files).
Any advice as to the cause of the problems (and its solution) would be
appreciated.
>From 2.2.8a logs
[2005/08/24 14:59:51, 3, pid=7767] smbd/reply.c:(880)
Domain=[americase]
2007 May 29
0
Migration from tpop3d to dovecot - troubles galore!
...Unix crypt!!!
(c)
mysql> desc domain;
+---------------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------------+--------------+------+-----+---------+-------+
| domain_name | varchar(255) | | PRI | | |
| unix_user | varchar(255) | YES | | NULL | |
| password_hash | varchar(255) | YES | | NULL | |
| path | varchar(255) | YES | | NULL | |
| max_popbox | int(11) | YES | | NULL | |
+---------------+--------------+------+-----+--------...
2003 Mar 03
0
Samba + LDAP + Win2k Server problem
...server.
The domain controller is a samba 2.2.7 (RedHat 8) machine with ldapsam.
When i try to set the permissions on a folder on the Win2K server machine it
shows the usernames correct, but when i click ok and reopen the permissions
panel, the usernames are different, they have a syntax like
DOMAIN\unix_user.1010
This isn't normal behaviour because with an Win2K Professional machine it
doesn't show this "error".
Yours sincerely,
Hilbert Mostert
2003 Dec 01
0
No subject
...ed user).
But the samba server tells me this:
odenbach@edjo[~]>>rpcclient -U odenbach -W HNIRB -c 'lookupsids
S-1-5-21-730796786-1604346809-928725530-1230' edjo
Password:
cmd = lookupsids S-1-5-21-730796786-1604346809-928725530-1230
S-1-5-21-730796786-1604346809-928725530-1230 EDJO\unix_user.115 (1)
What am I doing wrong? Or what does Samba do wrong?
Details:
Linux 2.4.18
XFS 1.1
Samba 2.2.5 with Jerry's patches
smb.conf:
[global]
workgroup = HNIRB
security = domain
encrypt passwords = yes
password server...
2003 Apr 15
0
Windows File-Security Tab out of sync and wrong SID Mappings with WINBIND 8-(
...er to the list , it
changes to
(Group) everyone
(Group) unix_group.3302
(Group) unix_group.68
(User) robert test (DOMAIN\testuser)
(Group) AD (DOMAIN\AD)
if i change the settings from nt 4.0 it changes to.
(Group) everyone
(Group) unix_group.3302
(Group) unix_group.68
(Group) unix_group.44
(USER) unix_user.432
Why can?t i see real names ??
output of getfacl shows
getfacl: Removing leading '/' from absolute path names
# file: webserver/htdocs/fwb/testthomas
# owner: DOMAIN*TESTOWNER
# group: DH-COM*TESTGROUP
user::rwx
group::rw-
group:DOMAIN*TESTGRP:rwx
group:DOMAIN*TESTGRP2:r-x
mask::rwx...
2010 Jan 12
4
Documents in home folder 'Read Only'
My user is logged in to the Samba Server.
smb.conf has the following:
[homes]
comment = Home Directories
read only = No
create mask = 0775
directory mask = 0775
browseable = No
writeable = Yes
The files in the user's home directory are set to chmod 777.
What do I need to do to enable the user to write to her Directory?