similar to: Linux Shell

Displaying 20 results from an estimated 1000 matches similar to: "Linux Shell"

2003 Mar 14
5
slow connect
Hello ! My problem is : I have very slow transfer if I copy files from server samba to windows 2000. In the opposite direction transfer is very good. Please help Greet All
2002 Oct 11
1
winbind /etc/pam.d/system-auth
Hi, I have setup /etc/pam.d/system-auth as below. But when I login to the Linux Box from KDE3, I get a prompt saying I don't have write access to the HOME. Then got kicked out. In NT Domain, when I double click on the Samba machine, I get network path not found. What am I doing wrong? Please help. Regards, Norman #%PAM-1.0 auth required /lib/security/pam_env.so auth sufficient
2002 Aug 16
2
samba & exchange
Hi, I'm thinking of implementing Samba as a file and print server. But I have an Exchange on a PDC. Can they both coexist in a same network? What's the best way that I can implement this, so users can login and use Samba as their file/print server as well as use Exchange? Regards, Norman
2002 Oct 30
1
acl resource
Hi, I'm confused of where to set ACL? Do I set them in SWAT under Security Options (using Valid Users, Force Group, ..., etc.)? Or do I need to hardcoded them with setfacl? Or set them in NT client? Please direct me to the references? I already have xfs, acl, attr, compiled in. Regards, Norman
2003 Sep 30
1
Samba Resources Hog
Hi, I have a Linux box with 512MB RAM and running Samba 2.2.7. I noticed that memory is constantly decreasing when I typed free. If I run ps aux, I see that more and more samba sessions are opened, some by root and some by users. Is this normal? Won't Samba close unused sessions before opening new sessions? Or is this a memory leak somewhere. Regards, Norman
2003 May 30
12
pdf printer
Hi, I created a PDFPrinter as per http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2 I have another question, do I need to add a Color Laser Printer Driver in W2K to the PDF share to generate color PDF in Windows? Regards, Norman
2000 Apr 18
12
Samba Upgrade
Everyone, I upgraded Solaris 2.6 box running Samba 2.0.4 to a Solaris 7 with a new version of Samba 2.0.6 I used all my old smb.conf files on this new server and now I can see the server but when you try to connec to it is give the message " Not accessable " Unexpected network error occured" Thanks for any help getting this figured out it must be some thing small I am missing
2003 Apr 29
3
ACLs and file/directory access permissions
Hello, I have a share [/projects] with multiple directories inside, each created for purpose of different projects. On Win2K I was able to specify users who were allowed to access particular directories and in some cases particular files (in case there is any secret file I was allowing access only to one person responsible for the project). I was wondering if it is possible to switch all server
2015 Dec 04
2
template shell RFC2307 loginShell
We use power broker here at work and where wondering why we need it. I was able to setup a new linux server using samba and am able to login with my active directory accounts but I couldn't figure out how to set the login shells. I have a work around but would like feedback in my /etc/samba/smb.conf I have the following security = ads realm = DOMAIN.LONG workgroup = DOMAIN idmap
2015 Dec 05
3
template shell RFC2307 loginShell
Thank you Rowland for looking at it. I did read the wiki here https://wiki.samba.org/index.php/Idmap_config_ad that is how I got as far as I did; that and the idmap_ad man page. I could not find how to use the loginShell is there a variable I can use for it in the template or an option to set to use it? loginShell and unixHomedir are not mentioned on the wiki that I could find. I'm good with
2014 Sep 02
2
[PATCH] sysprep: user-account: remove the correct home
Query using augeas for the home directory of an user, instead of hardcoding /home/<username>. --- sysprep/sysprep_operation_user_account.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysprep/sysprep_operation_user_account.ml b/sysprep/sysprep_operation_user_account.ml index 3d88ffc..dc194f4 100644 --- a/sysprep/sysprep_operation_user_account.ml +++
2004 Mar 11
5
win32-etc-0.2.2 testing wanted
I''ve commited code for win32-etc 0.2.2, which adds the configure_user and configure_group methods. Testing appreciated. On my home system, I can''t get configure_user to work, but I haven''t any real idea why it fails. The configure_group method seems to work fine, however. Dan _________________________________________________________________ Fast. Reliable. Get
2015 Dec 07
3
template shell RFC2307 loginShell
I finally got to test it and it works OK something really strange is occurring though It works good as follows except for groups but I'll look at that latter as I see others have mentioned some issues with groups here is my /etc/samba/smb.conf security = ads realm = DOMAIN.LONG workgroup = DOMAIN idmap config * : backend = tdb idmap config * : range = 900-999 idmap config
2003 Jul 11
2
Permission denied
Dovecot is faulting on an error about permissions that it shouldn't do. I've got an user with its home dir with permissions 700, and inside the mail directory with the mboxes. In the error log I can see: 'Can't chdir to /home/user. Permission denied' I wonder why it has to chdir to that directory and why it can't access. Shouldn't it be running as the user?
2016 May 19
2
[PATCH 1/2] customize: minor function factoring in ssh_key
Turn the snippet reading user information from /etc/passwd in a slightly more generic function, so there is no need to copy&paste for other details. Mostly code motion. --- customize/ssh_key.ml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/customize/ssh_key.ml b/customize/ssh_key.ml index a4e4a51..7c482e7 100644 --- a/customize/ssh_key.ml +++
2015 May 16
2
Couldn't create lock .dovecot-sync.lock
Hi, In a cluster with two servers and replication via dovecot-dsync, this error is logged: server1 dovecot: dsync-server(<user>): Error: Couldn't create lock /var/lib/imap/user/6a/<user>/.dovecot-sync.lock: No such file or directory This is because "/var/lib/imap/user/6a/<user>/" doesn't exist in server1. In another cluster node, the directory exists and
2015 Jan 25
2
C5 & C6 : useradd
useradd --help -d, --home-dir HOME_DIR home directory for the new user account -M, do not create user's home directory yet useradd -M -s /sbin/nologin FRED produces in /etc/passwd fred:x:504:504::/home/fred:/sbin/nologin Trying again with useradd -d /dev/null -s /sbin/nologin doris gives a CLI message useradd: warning: the home directory already exists.
2015 May 11
2
sssd on a DC
On 10 May 2015 at 16:11, Jonathan Hunter <jmhunter1 at gmail.com> wrote: > OK, I've got a little further and I think I have tracked this down to > a reverse DNS issue - which was non-obvious to me, so here is a > write-up for the benefit of the archives. Just to close this off - I have now got sssd configured and working on my Samba4 DCs (well, if I'm being picky, I have it
2018 Jul 25
1
smb.conf root preexec ?
> Subject: > Re: [Samba] Samba AD domain member and home directory creation > From: > Denis Cardon <dcardon at tranquil.it> > Date: > 09/02/2017 19:07 > To: > Dario Lesca <d.lesca at solinos.it>, Samba List <samba at lists.samba.org> > > Hi Dario, > > > On a Centos 7 minimal fresh install I have follow this howto: > > > >
2013 Jul 29
2
puppet apply --hiera_config --> Error: Could not find class
Hi there, I''m running into an problem which I can resolve. It is bugging me for couple of days now. Goal: CentOS 6.4 freshly installed incl puppet 3.2.3 and I want to install puppet master, puppetdb, mod_passenger & apache with "puppet apply". So when this is complete, I should have an puppet master server running so I can create new hosts etc. So this is the command