Displaying 20 results from an estimated 2000 matches similar to: "ldap secondary/auxillary groups not available"
2008 Sep 02
0
Samba and file system permissions (secondary/auxillary/non-primary groups)
Hi
I have a problem with samba integrated with Active Directory (2003).
I wish to have one share containing different folders and I wish access to
these folders to be controlled at the file system level. So that if a
connecting user is in the group(s) specified at the filesystem level he or
she is permitted access to that folder according to the folders
permissions.
I'm running Ubuntu 8.04.1,
2009 Nov 28
2
ZFS CIFS, smb.conf (smb/server) and LDAP
All;
I am deeply sorry if this topic has been rehashed, checksummed,
de-duplicated and archived before.
But I just need a small clarification.
/etc/sfw/smb.conf is necessary only for smb/server to function properly
but is smb/server SMF service necessary for ZFS sharesmb to work
I am trying to setup an open solaris file server acting as a Windows PDC
with SAMBA/LDAP integration on the open
2014 Sep 03
1
AD logins fail
I migrated my config to a new server, and now logins against the AD
server are failing.
If I try the correct password, I get:
check_ntlm_password: Authentication for user [yans] -> [yans] FAILED
with error NT_STATUS_NO_SUCH_USER
But if I try with a wrong password I get:
check_ntlm_password: Authentication for user [yans] -> [yans] FAILED
with error NT_STATUS_WRONG_PASSWORD
Where do
2005 Dec 24
2
3.0.20 usermap script execution
I have created a mapusers.bash script (listed below) for mapping Active Directory handles to unix logins. This script is currently working as documented. I would like some insight into how and when this script gets called. I assumed that upon establishing each samba connection, after the active directory handle gets authenticated with the domain controller it passes the domain\handle to this
2016 Jul 07
2
cifs share for profiles
with getfacl userprofiles appear that domain admins has no permission, and
I have configured as appear in wiki profiles, but only step that I can't
configure is chgrp doamin admins
# getfacl /local/var/profilesad/usertest/
getfacl: Removing leading '/' from absolute path names
# file: local/var/profilesad/usertest/
# owner: 20087
# group: 513
user::rwx
user:20087:rwx
user:3000001:rwx
2005 Oct 11
1
Re: [Xen-changelog] Added auxbin module, for handling auxillary binaries.
On Tue, 2005-10-11 at 14:32 +0000, Xen patchbot -unstable wrote:
> +def path():
> + machine = os.uname()[4]
> + if machine.find(''64'') != -1 and os.path.exists(LIB_BIN_64):
> + return LIB_BIN_64
> + else:
> + return LIB_BIN_32
This will break on ia64. Itanium doesn''t use lib64 paths. So you
really want to check against explicit
2010 May 18
1
commit 'dri2: Send out event when auxillary buffers are invalidated' breaks nouveau 3D support
Hi,
It could be my mistake, but I have uptodate versions
of xproto, dri2proto, xserver, nouveau ddx, mesa, libdrm.
Still the above commit makes X not load nouveau dri module, and fallback
to swrast_dri.so.
Nothing in X logs, but that 'Screen is not AIGLX capable'
Best regards,
Maxim Levitsky
2016 Jul 07
3
cifs share for profiles
Hi,
compiled from sources with
# ./configure
# make
# sudo make install
2016-07-07 12:34 GMT+02:00 Trenta sis <trenta.sis at gmail.com>:
> Hi tried with:
>
> winbind enum users = Yes
> winbind enum groups = Yes
>
>
> and winbind in nsswitch but same output, no result with getent from users and groups from samba 4 ad
>
>
> 2016-07-07 11:40 GMT+02:00 Trenta
2008 Oct 04
3
environment and scoping
I haven't quite figured out how I can change the environment of a function.
I have a main function and want to use different auxillary functions, which I supply as parameter (or names). What I want to do is something like this:
main.fun=function(aux.fun,dat){
x <- 1
fun.dat()
}
aux.fun.one=function(){
mean(dat)+x
}
aux.fun.one=function(){
median(dat)-x
}
I don't want to
2005 Dec 21
2
Why lmer() is not working, altough lme4 is installed?
I have installed lme4 library, but when I try something with lmer()
function, I receive error message. On the other hand, I can use lme()
function from the same library. Are those two the very same function or
not? I am a bit confused.
I am using:
$platform: "i386-pc-linux-gnu"
$arch: "i386"
$os: "linux-gnu"
$system: "i386, linux-gnu"
$major: "2"
2016 Jul 07
7
cifs share for profiles
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I need
to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is
2005 Sep 30
1
Authenticating Samba against Active Directory
I trying to authenticate samba 3.0.13 against active directory using my SLES 9 linux box.
I have istalled OpenLDAP, Samba, Kerberos (Heimdal) and PAM.
I can join my domain, and I can see using "wbinfo -u" the domain users from active directory, but I cannot see them with the "getent passwd" command.
Can you help me?
The log generated with the "nmbd" is this:
2003 Jun 17
1
Samba3.0 domain GID/UID/SID transformations
On Tue, 2003-06-17 at 09:45, Nick Stephens wrote:
> Greetings!
>
> I have grabbed the latest samba3 cvs source, and successfully compiled it,
> got it talking to my NT server, joined the domain, etc.. life is good.
> But, now I have a question kinda related to functionality, i believe...
>
> A quick synopsis of my goal is as follows:
>
> i currently have a sendmail
2006 Jan 03
3
What''s the best way to do complex inheritance?
I have a Merchant class that has many Products. Product is an abstract
class which has many subclasses (ProductA, ProductB, etc). All Products
have common data, like ''name'', ''status'', ''created_on'', etc... but they
also have some completely different properties.
It seems like Active Record only supports Single Table Inheritance.
This
2005 Nov 30
1
How to solve allocation problem in lme() analysis?
Hello!
I am running analysis on the data from 4 experiments, with approximately
4600 rows (cases). My working model is:
fitA1 = lme(RT~F1+F2+L,random=~1|Experiment/Subject,data=data)
Model works very fine, but if I try to check whether the effect of L
depends on Experiments/Subjects with:
fitA2 = lme(RT~F1+F2+L,random=~1+L|Experiment/Subject,data=data)
[with the idea to make: anova(fitA1,fitA2)]
2017 Aug 17
2
objectclass "posixAccount" missing on new created users
On Thu, 2017-08-17 at 09:08 +0100, Rowland Penny via samba wrote:
> On Thu, 17 Aug 2017 09:39:07 +0200
> gizmo via samba <samba at lists.samba.org> wrote:
>
> > Hello,
> > I made an upgrade from sernet-samba 4.3.11 to sernet-samba 4.6.7.
> > With samba 4.3.11 all created users contained the objectclass
> > "posixAccount". With samba 4.6.7 they
2020 Jun 11
2
Dovecot /VMWare Boxer
Hello all,
My name is Djule Djukic and I am working for Hipotekarna Banka from
Montenegro.
We are using IMAP email server Dovecot version 2.1.17. As a email
clients on our corporate workstations we are using Thunderbird or
WebMail and everything is working fine.
We decided to introduce MDM solution in our environment and we installed
VMWare WorkspaceOne (former Airwatch) which use Boxer as a
2016 Jul 07
0
cifs share for profiles
Hi,
Tried to add winbind in nsswtich but same result , getent group "domain
admins" without any result
smb.conf
# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo eth0
netbios name = dc
realm = domain.com
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbin
dd, ntp_signd, kcc, dnsupdate
workgroup
2009 Sep 07
2
Problems with Samba 3.4 under Opensolaris snv_111b
Hi List,
I compiled Samba 3.4 for Opensolaris because the samba SUNWsmba
shipped my SFW did not work properly.
Now I had to realize, that the Problems are still there so I beleve
that it is a common Problem with Solaris (?)
I have samba running as PDC with a Sun Directory Server as backend.
All Authentication to Unix Clients work well with DSEE but Samba seems
so have some trouble:
2003 Oct 10
1
pam_smb_auth help
Hello.
I have been trying to get Red Hat 9 workstations to authenticate via an
NT 4 PDC.
here is my /etc/pam.d/login file,
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_nologin.so
auth sufficient /lib/security/pam_pwdb.so shadow nullok
auth required /lib/security/pam_smb_auth.so nolocal
account required