similar to: scp problem

Displaying 20 results from an estimated 1000 matches similar to: "scp problem"

2020 Feb 19
14
Unable to get primary group information when using AD authentication with samba-4.10.4
Hi, When using AD authentication from a rhel8.1 environment with samba-4.10.4 installed, information on the primary group group01 set on the AD side for any user user01 cannot be obtained. [root @ rhel8_1 ~] # id user01 uid=2001107(user01) gid=2000513(domain users) groups=2000513(domain users),2001107(oec0814e),2001103(group01) If you perform the same operation on the same AD from the
2019 Feb 14
2
SMB Signing with "map to guest = " options
Hi, I'm using samba-4.7.x I have some confusions over "map to guest=" options with setting SMB Signing 1. Set "*Server signing =auto*", "*map to guest=bad uid*" and set "client signing in windows 2k12 server group policy" to "Microsoft network client: Digitally sign communications (Always)” = *Disable*" SMB_Server is joined to Windows 2k12
2004 Sep 15
4
IAX to IAX connect question
Hi, I got my * working fine with FWD at office with 2 extensions, i receive calls and i can make calls thru FWD. I got also my * at home, and i connected it using auth=rsa. From my home, i can make calls using my office iax, but if i try to redirect incomming calls from FWD to my * at home, it rejects the call. I created the pub/key pairs for rsa and its working ok and i just pasted the
2019 Feb 14
3
SMB Signing with "map to guest = " options
Hi, I'm using samba-4.7.x I have some confusions over "map to guest=" options with setting SMB Signing 1. Set "*Server signing =auto*", "*map to guest=bad uid*" and set "client signing in windows 2k12 server group policy" to "Microsoft network client: Digitally sign communications (Always)” = *Disable*" SMB_Server is joined to Windows 2k12
2013 May 30
1
getfacl - winbind
Hi, A nice problem came up. If I want to set directory permissions with getfacl or ls -la that directory or wbinfo --uid-info winbind is dieing and I got this error message in samba.log: ==> samba/samba.log <== [2013/05/30 15:03:31, 0] ../lib/util/fault.c:72(fault_report) =============================================================== [2013/05/30 15:03:31, 0]
2019 Feb 01
2
group membership inconsistency on AD domain member
Hi, I've been running a samba server with winbind (CentOS 7) as a member of an AD Domain (Windows 2012 R2) for several months without a problem. "Suddenly" I'm seeing the problem that the membership in newly created AD groups isn't correctly visible for some users on the samba server or only after some indefinite amount of time. I'm looking simply at the output of
2006 Apr 07
3
activeLDAP - ldap_mapping - wildcard
Hi, I''ve a problem and I don''t know if it is solvable with activeLDAP. Here is an example of the tree structure of our LDAP server. The structure isn''t exactly like that, but is similare and I can already access almost any informations of a user when I''m logging as this user. The probleme come when using the belong_to, has_many and ldap_mapping has you will
2003 Apr 10
1
Group mapping problem - please help
Hi. I'm using Samba 2.2.7a-security-rollup-fix (RH-9.0) as member of WinNT4 domain. I joined samba to the domain. I configured the winbind daemon and nsswitch switch to map NT users to unix users. Then I set ACL support on an ext3 partition and share the mount point of this partition with ACL Samba support: - my share is [test_share] - the directory is /mnt/test_dir Shortly: ----
2015 Mar 23
3
Centos 6: setfacl: .: Argument list too long
muiz wrote: > Dear all, > > > I have a Centos 6 (64bit) server used for samba and ACL control. > There has a folder which a lot of user can access, when I add a new user's ACL, but failed, do you know how to resolve this problem? > > > [root at s1 abc]# getfacl /abc > # file: abc > # owner: root > # group: root > user::rwx > user:user01:--- >
2015 Mar 20
1
Centos 6: setfacl: .: Argument list too long
On 20.03.2015 02:14, muiz wrote: > Dear all, > > > I have a Centos 6 (64bit) server used for samba and ACL control. > There has a folder which a lot of user can access, when I add a new user's ACL, but failed, do you know how to resolve this problem? use xargs like in: |find . -name "*.pdf" -print0 | xargs -0 RUNACOMMAND robert | > > > [root at s1
2020 Jun 04
2
Preserving destination group and owner
Hi, I'm trying to get an rsync updating some files without changing their owner, groups or permissions. I've read man pages etc. stating I need to use the "--no-o", "--no-g", "--no-p" flags, something like rsync -r --no-p --no-o --no-g source destination While the permissions are keeped, there is something not working as expected or I'm missing
2015 Mar 24
1
Centos 6: setfacl: .: Argument list too long
Hi, How many user's you have assigned on that directory? --Regards Ashishkumar S. Yadav On Tue, Mar 24, 2015 at 5:30 AM, muiz <muiz at 163.com> wrote: > Hi, James, > The file system is xfs (/dev/mapper/centos-home xfs 1891292900 > 1556745108 334547792 83% /home) > > > Thanks and best regards, > Muiz > > At 2015-03-23 19:36:02, "James
2015 Mar 19
8
How to boot CentOS 7 in Text mode in default?
How to boot CentOS 7 in Text mode in default? I install CentOS 7 using vmware, and do not want to use graph mode. Thanks, Peidong
2019 Oct 03
1
Primary group is 0 and contains 0 supplementary groups
Hello! I thought this was a mistake, sorry. So I created the shared directories and defined which groups can access this directory and includes the users in the defined group. However, the user defined in the group cannot access the directory, gives access denied. Take a look at the settings, if you can give me a direction of where my error is. # smb.conf [SHARE] comment = SHARE path =
2002 Sep 23
0
Tracking WINS Problems
I'm having some problems with (I think) WINS here and am hoping for some pointers to tools that will help me track down what's going on. Really, I'd like to be able to get a big dump of all of the names registered on a WINS server. (The WINS server in question is a NT box to which I don't have direct access. Ideally, I'd like to be able to see a nmblookup-style dump showing
2017 Mar 13
4
Rename Samba 4 Users
Hi guys! Do you know if there is a away to rename a list of samba 4 user accounts ? I need to change a list of 2000 users from "login name" to a "login number" i would not like to do this one by one. I know that in windows server i can do using powershell script, but it doesn´t work with samba. If you have any ideia on how to do this i appreciate. Thanks!! --
2019 Feb 14
0
SMB Signing with "map to guest = " options
On Thu, 14 Feb 2019 05:52:13 -0600 (CST) shivappa Sangapur via samba <samba at lists.samba.org> wrote: > Hi, > > I'm using samba-4.7.x > I have some confusions over "map to guest=" options with setting SMB > Signing 1. Set "*Server signing =auto*", "*map to guest=bad uid*" and > set "client signing in windows 2k12 server group
2020 Feb 21
0
Unable to get primary group information when using AD authentication with samba-4.10.4
On 21/02/2020 04:54, Goto, Ryoichi wrote: > Thank you for very easy-to-understand and courteous advice. I reread your initial post and noticed something that I missed earlier, you had in smb.conf: ??????? idmap uid = 16777216-33554431 ??????? idmap gid = 16777216-33554431 Yet, you were getting results like this: id user01 uid=2001107(user01) gid=2000513(domain users)
2010 Dec 06
1
pam_time.so and /etc/security/time.conf
I am investigating how to limit user logins via sshd to specific times of day. I have the basic syntax but what I want to know is how does pam_time.so process time.conf. Say I have a clutch of users that should login between 07:00 and 18:00 Monday to Friday. I infer that the following will handle that: sshd;*;*,Wk0700-1800 However, what is not clear to me is how does one permit certain
2006 Feb 02
0
Mbox Problems Dovecot
Hi all, Is anybody have this problem with Centos 4.2, postfix-2.1.5-4.2.RHEL4, dovecot-0.99.11-2.EL4.1 In the log /var/log/maillog have: Feb 2 08:44:44 net02 pop3(user01): Error indexing mbox file /var/mail/user01: LF not found where expected Feb 2 08:45:14 net02 pop3(user01): Error indexing mbox file /var/mail/user01: LF not found where expected Feb 2 08:45:14 net02 pop3(user01): Error