similar to: Manage users with Winbind (Samba) installed

Displaying 20 results from an estimated 20000 matches similar to: "Manage users with Winbind (Samba) installed"

2007 Jan 05
3
ANNOUNCE: 0.22.0
Hi all, I''ve just published the long-awaited new release of Puppet. Yes, I accidentally skipped 0.21.0; oops. Important features in this new release are: - Graphing Puppet now uses the GRATR[1] library to do all of the internals of managing relationships between resources. This gives Puppet a lot of functionality internally, but it also makes it possible to produce simple
2010 Dec 13
1
monitoring contents of a directory
Hi I am using puppet to mirror a directory of files, if any of these change then processes need to be restarted. class snort { package { ["snort", "perl-Archive-Tar", "barnyard2", "perl-libwww-perl", "perl- Crypt-SSLeay"]: ensure => present; } # package user{ "snort": managehome => true,
2004 Mar 11
1
LDAP issue, access denied adding machine to domain, and LDAP user can't make unix-login on the box.
Hi, I have a LDAP backend for my Samba 3.0.2, and everything seems to work except adding XP machines to the domain, and unix logins with a ldap client. Since this mail is very long, I have created a small index, so you don't get exhaustet in the middle of all the logs... ;) 1. LDAP user-creation 2. Group info 3. pam/nss info 4. smb.conf [global] 5. Log from trying to add machine to
2013 Nov 22
1
Debian repo and i386 builds
Hello! Why Debian repo is so strange? Path to a repo should not contain version and subversion numbers. Now you can't receive and even check updates automatically. It's very-very simple to create correct repo. You can even add to it all versions of packages, if it is important. And where is i386 builds? Could anybody create a correct Debian repo for gluster from existing one?
2014 Oct 27
1
winbind winbindd remote desktop
The file sharing, remote desktop, active directory services in samba 4.1.X versions are working. The remote desktop is not working in samba 4.2rcX versions. It is waiting at the remote desktop display. Simultaneously, if the samba service is aborted the remote desktop user can start a session. If the samba service is started, all other services operate without a problem. getent passwd In getent
2010 Jun 03
4
data-management: Rowwise NA
Dear RĀ“ers.. In this mock dataset how can I generate a logical variable based on whether just tes or tes3 are NA in each row?? test<-sample(c("A",NA,"B"),100,replace=T) test2<-sample(c("A",NA,"B"),100,replace=T) test3<-sample(c("A",NA,"B"),100,replace=T) tes<-cbind(test,test2,test3)
2004 May 22
1
winbind and local groups
Hi, I have been setting up samba and winbind on a Debian Linux box to allow access to shares authenticating from a Windows 2000 Active Directory Domain. I have got almost everythign I want to work, but I am stuck with one thing. I would like to add domain users to a local unix group and then add that group to the valid users line to a share. Enclosed is my smb.conf and my /etc/group files
2010 May 25
1
save failed to INBOX: Internal error occurred.
OS: CentOS release 5.4 (Final) Postfix: postfix-2.5.1-1.mysql.sasl2.vda.rhel5 Postfixadmin: 2.3 Dovecot: 1.2.11 Squirrelmai: 1.4.20 Configuration based on http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL which I have updated a few time ;) Using postfixadmin I have create a virtual domain and created testing users (test1 ? test6). With Squirrelmail these users can login but issues arise
2009 Sep 05
1
Problems with sieve
Hello, I am trying to setup an Email Server with Exim, dovecot and sieve support. I am not sure about the settings for Sieve, right now its's not working properly: user: test3 at gewaltphantasien.de maildir: /var/mails/gewaltphantasien.de/test3 I have the .dovecot.sieve file in the root dir of the users emails: root at ubuntu:/var/mails/gewaltphantasien.de/test3# cat
2013 Jul 09
9
One resource immediately after another
I need to apply three resources one immediatelly after another. It''s a ifdown/ifup commands, and command to generate /etc/network/interfaces file. I need to do ifdown, then rebuild interfaces, then ifup. I try to add simple relationship, but in this case some File resources are trying to be applied between ifdown and ifup. So they can''t connect to Puppet master to verify
2015 Nov 18
1
Setup share permissions
Hello all, I build following test environment, two Sernet Samba 4.2.5-8 DC with --use-rfc2307 on Debian Jessie with BIND9_DLZ as DNS backend, two Member server same sernet packages : member1 acting like Print Server and member2 - File Server. DC1 conf: # Global parameters [global] workgroup = COMAC realm = COMAC.CMBG.BG netbios name = DC1 interfaces = lo
2012 Jun 13
0
[LLVMdev] [NVPTX] For linkonce_odr NVPTX generates .weak, but even newest PTXAS can't handle it
On Tue, Jun 12, 2012 at 6:11 PM, Dmitry N. Mikushin <maemarcus at gmail.com>wrote: > Dear LLVM NVPTX maintainers, > > Just to have the issue recorded, I don't know how important it is: > > clang generates linkonce_odr out of __inline__, and NVPTX generates .weak > out of linkonce_odr (how it happens - a big question, btw, because I can't > find anything related
2012 Jun 12
2
[LLVMdev] [NVPTX] For linkonce_odr NVPTX generates .weak, but even newest PTXAS can't handle it
Dear LLVM NVPTX maintainers, Just to have the issue recorded, I don't know how important it is: clang generates linkonce_odr out of __inline__, and NVPTX generates .weak out of linkonce_odr (how it happens - a big question, btw, because I can't find anything related in NVPTX asm printer - does it chain to some other printer?), and finally ptxas (both 4.2 and 5) fails to compile it to
2010 Oct 07
2
401 Unauthorized with Snom but not with Zoiper softphone
Hello, I'm having difficulty with registering a SIP account in a Snom 320 IP-phone. This is what sip debug tells me : [Oct 7 13:28:42] VERBOSE[20314] chan_sip.c: [Oct 7 13:28:42] <--- SIP read from UDP:public_ip:58697 ---> REGISTER sip:sip.domain.tld SIP/2.0 Via: SIP/2.0/UDP 192.168.114.200:2048;branch=z9hG4bK-vj1xvbdnp4dw;rport From: <sip:test3 at
2009 May 07
1
paste with apply, spaces and NA
Hello everyone, I've come up with a problem with using paste() inside apply() that I can't seem to solve. Briefly, if I'm using paste to collapse the rows of a data frame, AND the data frame contains strings with spaces, AND there are NA values in subsequent columns, then paste() introduces spaces. This only happens with that particular combination of data values and commands. I have
2009 Jun 22
2
Dovecot v1.2rc6 deliver to shared folder fails
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, out of curiosity I tested to deliver into a shared folder of another owner using Sieve. (Not that I intend to do so, but well ... ) Conf is attached. == Script require ["fileinto"]; fileinto "shared.testusr.test1.test2.test3"; == Dovecot logs: Jun 22 15:36:22 ux-2s11standby dovecot: deliver(user): acl vfile: file
2012 Jan 12
0
data manipulation
Hi all, I'm trying to do some data manipulation using R, but I'm a bit stuck. I have to warn you, I'm a real R noob. I have for example this file: V1 V2 V3 V4 V5 V6 1:156706559 rs8658 dbSNP_52 C/G/A C=2996/G=7762/A=0 31.8803/20.2782/27.849 1:69116 none
2008 Dec 05
1
Username changed by dovecot..?
Hello, I have postfix+dovecot authenticating via LDAP to Active directory and everything is working fine except that some user names get changed by dovecot. # cat dovecot/dovecot-ldap.conf hosts = 192.168.50.30 192.168.50.31 base = ou=HST-Users,dc=h-st,dc=com ldap_version = 3 auth_bind = yes dn = cn=<account>,cn=Users,dc=h-st,dc=com dnpass = <password> user_attrs =
2000 Mar 18
1
Samba file access by GID - what am I missing???
Folks, Samba version 2.0.5a, as shipped with RedHat Linux 6.1. There may be an obvious answer to the problem I am facing, but no matter how many times I leave it and come back to it, I'm still unable to see what I'm doing wrong. Please can anyone help? I'm trying to Here's the problem. I have reason to want a directory tree to be writable by virtue of the GID of users
2013 Mar 03
1
Samba4 as domain member and file server
Hi guys, I'm having trouble setting up my file server running Samba 4 (4.0.3). I had no problem joining the domain (also a Samba 4 (4.0.3) with AD) but I can't get the ACL to work properly. I'm sure my settings are wrong and hoping for some help. When I try to set a user permission I get this error: setfacl -m u:administrator:rwx test3.txt setfacl: test3.txt: Malformed access ACL