similar to: can "template homedir" build paths based on user groups culled from getent groups?

Displaying 20 results from an estimated 10000 matches similar to: "can "template homedir" build paths based on user groups culled from getent groups?"

2008 Dec 14
2
custom REST action - template question
Hallo phorum, i have custom rest action. routes.rb: map.resources :schools, :collection => { :graduations => :get } SchoolsController: def graduations @schools = School.graduation(true) end link somewhere in navigation: <%= link_to ''Schools with graduation'', graduations_schools_path %> All works OK for me, but Rails needs (of course) a template for controller
2004 Aug 26
0
getent command does not show win2k3 users
hi I am runnign samba 3 on fedora core and trying authentication from win2k3 server..my whole configuration looks perfect and I am able to joint the ads with command net join ads ..but when i try to get the users password by running command getent it throws al lost of only linux users but not the users from ADS...wbinfo -u shows all the ads users as well as groups ....please help riyaz
2005 Aug 24
6
Wbinfo -Y couldn't work with idmap_rid for BUILTIN groups
Hi, wbinfo -Y BUILTIN\group can work without idmap_rid in Samba-3.0.14a. But I'm experiencing wbinfo -Y with idmap_rid failed for SID to GID conversion of BUILTIN groups. Since idmap_rid only works in a single domain, and captures workgroup's domain sid as a real domain sid in rid_idmap_get_domains(), when running "wbinfo -Y BUILTIN/System Operators", the function
2003 Nov 04
1
winbind and getent ...
Greetings ... Okay, I was going to send this to Tech, but throught better of it. I have got my ADS/Win2K3 system and Samba3 using winbind. I am able to do getent passwd, which returns users out of ADS. My problem is that I wish to have a Samba box at a remote location, which I currently have, using user accounts stored in LDAP, but have not choice but to move to ADS based users
2006 Jan 09
2
First Rails project: input welcomed
Hi everyone, I''m working on my first Rails project and I''d like some input before I get started coding in earnest. My previous Web app development experience has been in standard Python CGI and Zope. I''m here to find out more about Rails. I work in technology in an average-sized school district (8,000 students) in Minnesota (USA). One of the problems in our
2008 Apr 28
0
winbind v3.0.26a w. nss info = sfu; wbinfo fine, getent not
wbinfo can turn names into sids, sids into names, and sids into uids. However, getent passwd only finds users in the local /etc/passwd file. Same for getent group. /etc/nsswitch.conf says this: passwd: files winbind group: files winbind shadow: compat I strace'd the getent command. It said it couldn't find /lib/libnss_winbind.so.2, so I made that a symlink to
2008 Apr 23
0
Re: winbind v3.0.26a w. nss info = sfu; wbinfo fine, getent not
wbinfo can turn names into sids, sids into names, and sids into uids. However, getent passwd only finds users in the local /etc/passwd file. Same for getent group. /etc/nsswitch.conf says this: passwd: files winbind group: files winbind shadow: compat I strace'd the getent command. It said it couldn't find /lib/libnss_winbind.so.2, so I made that a symlink to
2016 Jan 30
0
getent not listing domain accounts
On 30/01/16 21:01, Henry McLaughlin wrote: > On 30 January 2016 at 23:16, Rowland penny <rpenny at samba.org> wrote: > > > Thanks Rowland (once again) > > with the usermapping in the smb.conf file and it's associated file there > are still no domain accounts returned from getent (user or group) The root usermapping has nothing to do with getent, but you need it on
2016 Jan 31
0
getent not listing domain accounts
On 31/01/16 02:07, Henry McLaughlin wrote: > On 31 January 2016 at 08:32, Rowland penny <rpenny at samba.org> wrote: > >> On 30/01/16 21:01, Henry McLaughlin wrote: >> >>> On 30 January 2016 at 23:16, Rowland penny <rpenny at samba.org> wrote: >>> >>> >>> Thanks Rowland (once again) >>> >>> with the usermapping in
2008 Jul 09
0
Samba winbind under Solaris 8 and Bash shell
Dear All, for several weeks and with several attempts using different versions and compilers etc. I'm trying to get Samba winbind running on a Solaris 8 workstation. I compiled Samba winbind with Sun studio 11 compiler and I really don't believe it has something to do with the compilation process. The problem I'm facing is that I can join our Win2k3 domain fine. I can lookup all the
2016 Jan 31
2
getent not listing domain accounts
On 31 January 2016 at 08:32, Rowland penny <rpenny at samba.org> wrote: > On 30/01/16 21:01, Henry McLaughlin wrote: > >> On 30 January 2016 at 23:16, Rowland penny <rpenny at samba.org> wrote: >> >> >> Thanks Rowland (once again) >> >> with the usermapping in the smb.conf file and it's associated file there >> are still no domain
2007 Sep 17
0
2 commits - libswfdec/swfdec_bits.c
libswfdec/swfdec_bits.c | 52 ++++++++++++++---------------------------------- 1 file changed, 16 insertions(+), 36 deletions(-) New commits: diff-tree 66b4014d57faa03a37e3d11788110bad17c860e6 (from ca10e69db70a8396253e0fa2114bd6e3787d61d2) Author: Benjamin Otte <otte at gnome.org> Date: Mon Sep 17 11:31:24 2007 +0200 more bad duplication diff --git a/libswfdec/swfdec_bits.c
2010 Apr 16
1
data frame manipulation
Dear group, Here is my data.frame : df <- structure(list(DESCRIPTION = c("PRM HGH GD ALU", "PRM HGH GD ALU", "PRIMARY NICKEL", "PRIMARY NICKEL", "PRIMARY NICKEL", "PRIMARY NICKEL", "STANDARD LEAD ", "STANDARD LEAD ", "STANDARD LEAD ", "STANDARD LEAD ", "STANDARD LEAD ",
2010 Apr 15
1
sum rows in a data.frame...solution
Found this solution. It is maybe not the most elegant way, but it does the job. > a=as.data.frame(substr(lme$DESCRIPTION,1,14)) > colnames(a)=c("DESCRIPTION") > lme=as.data.frame(c(a,lme[,2:3])) > lme DESCRIPTION CLOSING.PRICE POSITION 1 PRIMARY NICKEL 25,755.7100 0 2 PRIMARY NICKEL 25,760.8600 0 3 PRM HGH GD ALU 2,415.9000 0
2007 Feb 22
0
Do Domain Local groups work via 'valid users = "@dom\Group Name"'?
Hi there We have a bunch of Samba 3.0.24 servers that use winbind to integrate into an existing Win2K3-based AD infrastructure. We have our own forest (call it FOREST, with sub-domains "DOM1" and "DOM2") - but have transitive and two-way trusts to other Win2K3 forests. We have set up (under Windows) a bunch of "DOM1" Domain Local Groups containing a mixture of
2007 Apr 22
0
3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_font.c libswfdec/swfdec_movie.c
libswfdec/swfdec_bits.c | 24 ++++++++++++++++++------ libswfdec/swfdec_font.c | 43 +++++++++++++++++++++++++++---------------- libswfdec/swfdec_movie.c | 4 ++++ 3 files changed, 49 insertions(+), 22 deletions(-) New commits: diff-tree 26a33bf08b5d9feeb8047274b312cee2999824ff (from ea79f997727fcd34b23b206be84b95c7e2f6d152) Author: Benjamin Otte <otte@gnome.org> Date: Sun Apr 22
2016 Jan 31
1
getent not listing domain accounts
Hi, If your system is Debian use: ln -s /usr/local/samba/lib/libnss_winbind.so /lib/x86_64-linux-gnu/ ln -s /lib/x86_64-linux-gnu/libnss_winbind.so /lib/x86_64-linux-gnu/libnss_winbind.so.2 And "getent passwd" will show the domain users. Maybe you need restart de server. Att, Este e-mail foi enviado por um computador sem vĂ­rus e protegido pelo Avast. www.avast.com
2005 Jan 10
0
Samba 3.x auth. and idmap_rid on RedHat AS 2.1
I try to use idmap_rid with Samba/Winbind authentication for Windows on Active Directory. The authentication works fine but I'm unable to compile the idmap_rid module. Here is my configuration options: ./configure --prefix=/usr --sysconfdir=/etc/samba \ --localstatedir=/var/samba --with-ldap --with-ads \ --with-smbmount --with-pam --with-pam_smbpass \ --with-winbind
2010 Jul 23
0
winbind ADS getent passwd fails, getent passwd <username> works, getent group gives partial list
I have the following configuration: SuSE Linux Enterprise 11, X86_64 Packages installed with SLES11 or updated from SLES update repo: Samba 3.2.7-11.20.1 MIT Kerberos 5 1.6.3-133.33.1 OpenLDAP 2.4.12-7.18.1 Cyrus SASL 2.1.22-182.20.1 Have one server set up joined to AD (Win2K3 R2) domain as a member server, based primarily on scottlowe's blog instructions. Trying to get a 2nd SLES11
2012 May 03
2
template homedir and idmap_ad
Some empirical testing shows that if I am using the idmap_ad module the template homedir parameter in smb.conf is ignored. I would just like to determine if this is the correct behaviour or if I am doing something wrong. JAB. -- Jonathan A. Buzzard Email: jonathan (at) buzzard.me.uk Fife, United Kingdom.