Displaying 20 results from an estimated 27 matches for "nss_map_attribute".
2006 Nov 06
1
Samba with AD
...l,dc=com?one
#nss_base_ethers ou=Ethers,dc=padl,dc=com?one
#nss_base_netmasks ou=Networks,dc=padl,dc=com?ne
#nss_base_bootparams ou=Ethers,dc=padl,dc=com?one
#nss_base_aliases ou=Aliases,dc=padl,dc=com?one
#nss_base_netgroup ou=Netgroup,dc=padl,dc=com?one
# attribute/objectclass mapping
# Syntax:
#nss_map_attribute rfc2307attribute mapped_attribute
#nss_map_objectclass rfc2307objectclass mapped_objectclass
# configure --enable-nds is no longer supported.
# For NDS now do:
#nss_map_attribute uniqueMember member
# configure --enable-mssfu-schema is no longer supported.
# For MSSFU now do:
#nss_map_objectclass...
2009 Mar 04
0
Can anyone comment on my setup?
...es,dc=example,dc=com?one
#nss_base_netgroup ou=Netgroup,dc=example,dc=com?one
# Just assume that there are no supplemental groups for these named users
nss_initgroups_ignoreusers
root,ldap,named,avahi,haldaemon,dbus,radvd,tomcat,radiusd,news,mailman,nscd
# attribute/objectclass mapping
# Syntax:
#nss_map_attribute rfc2307attribute mapped_attribute
#nss_map_objectclass rfc2307objectclass mapped_objectclass
# configure --enable-nds is no longer supported.
# NDS mappings
#nss_map_attribute uniqueMember member
# Services for UNIX 3.5 mappings
#nss_map_objectclass posixAccount User
#nss_map_objectclass shadowAc...
2009 Jan 22
1
Issues with Ldap client on Centos 5
...c=example,dc=com
binddn cn=ldap,ou=extra accounts,dc=example,dc=com
bindpw QrQcepFKHR6wGNXu4
scope sub
ssl no
nss_base_passwd dc=example,dc=com?sub
nss_base_shadow dc=example,dc=com?sub
nss_base_group dc=example,dc=com?sub
nss_map_objectclass posixAccount user
nss_map_objectclass shadowAccount user
nss_map_attribute uid sAMAccountName
nss_map_attribute uidNumber UidNumber
nss_map_attribute gidNumber GidNumber
nss_map_attribute loginShell LoginShell
nss_map_attribute gecos name
nss_map_attribute userPassword unixUserPassword
nss_map_attribute homeDirectory unixHomeDirectory
nss_map_objectclass posixGroup Group...
2014 Feb 04
1
Creating samba4/AD users from ADUC
...: netdirect
unixHomeDirectory: /home/bilbo
unixUserPassword: ABCD!efgh12345$67890
Created via samba-tool, the following extra attributes are added:
objectClass: posixAccount
uid: bilbo
(hey, why can't I tell samba-tool to give the user a unixHomeDirectory :( )
In my ldap.conf, I'm using:
nss_map_attribute uid sAMAccountName
nss_map_attribute uniqueMember member
nss_map_attribute homeDirectory unixHomeDirectory
nss_map_attribute gecos displayName
pam_login_attribute sAMAccountName
pam_filter objectclass=posixAccount
pam_password ad
What are people doing for maintaining their Unix accounts in AD? Sho...
2007 Nov 21
3
what is the recommended samba version on solaris?
...8. Does it need any special configuration?
I admin a Linux system which authenticates against a W2K AD, and have
the following NSS-related stuff in my /etc/nsswitch.conf:
nss_map_objectclass posixAccount user
nss_map_objectclass shadowAccount user
nss_map_objectclass uniqueMember member
nss_map_attribute uid sAMAccountName
nss_map_attribute homeDirectory unixHomeDirectory
nss_map_attribute shadowLastChange pwdLastSet
nss_map_objectclass posixGroup group
nss_map_attribute cn sAMAccountName
If your /etc/nsswitch.conf is missing these, add 'em and see if they
make a d...
2002 Nov 29
0
"net ads join" hangs
...o bind with.
# Optional: default is no credential.
# The port.
#port 636
port 389
# The search scope.
scope sub
nss_base_passwd cn=Users,DC=jcntv,DC=private?one
nss_base_shadow cn=Users,DC=jcntv,DC=private?one
nss_base_group cn=Group,DC=jcntv,DC=private?one
nss_map_objectclass posixAccount User
nss_map_attribute uid sAMAccountName
nss_map_attribute homeDirectory msSFUHomeDirectory
nss_map_objectclass posixGroup Group
nss_map_attribute cn msSFUName
nss_map_attribute userPassword msSFUPassword
nss_map_attribute uniqueMember Member
pam_filter objectclass=user
pam_login_attribute sAMAccountName
pam_password a...
2005 Jul 14
0
[Fwd: Re: Dovecot and ActiveDirectory]
...etails about your
> configuration in these respects?
/opt/RDGpldap/etc/ldap.conf:
host xxx.rdg.ac.uk
base dc=xxxxx,dc=ad,dc=rdg,dc=ac,dc=uk
binddn cn=xxxuser,cn=users,dc=xxxxx,dc=ad,dc=rdg,dc=ac,dc=uk
bindpw xxxpasswd
nss_map_objectclass posixAccount user
nss_map_objectclass shadowAccount user
nss_map_attribute uid sAMAccountName
nss_map_attribute homeDirectory unixHomeDirectory
nss_map_attribute shadowLastChange pwdLastSet
nss_map_objectclass posixGroup group
nss_map_attribute uniqueMember member
pam_login_attribute sAMAccountName
pam_filter objectclass=User
pam_password ad
xxxuser is a read-only accoun...
2005 Jul 19
1
coexisting with samba2-ldap and samba3-ldap
...ut when the scripts mount a share from samba FS
not works because still using old ldap attributes.
I'm trying to change some parameters, for example (smb.conf):
ldap filter = (&(uid=%u)(objectclass=sambaSamAccount))
and in /etc/ldap.conf:
nss_map_objectclass sambaAccount sambaSamAccount
nss_map_attribute pwdLastSet sambaPwdLastSet
nss_map_attribute logonTime sambaLogonTime
[...]
many attributes (old rid, old primaryGroupID, etc.) are not identical
and i don't know if i can map this and i don't know if samba take into
account the /etc/ldap.conf configuration.
exists some way to do this wit...
2002 Nov 30
0
FWD: Re: "net ads join" hangs
...># The port.
>#port 636
>port 389
>
># The search scope.
>scope sub
>
>nss_base_passwd cn=Users,DC=jcntv,DC=private?one
>nss_base_shadow cn=Users,DC=jcntv,DC=private?one
>nss_base_group cn=Group,DC=jcntv,DC=private?one
>
>nss_map_objectclass posixAccount User
>nss_map_attribute uid sAMAccountName
>nss_map_attribute homeDirectory msSFUHomeDirectory
>nss_map_objectclass posixGroup Group
>nss_map_attribute cn msSFUName
>nss_map_attribute userPassword msSFUPassword
>nss_map_attribute uniqueMember Member
>
>pam_filter objectclass=user
>pam_login_attribu...
2010 Mar 03
5
wbinfo works, getent and check via smbclient not
Hello,
I have a problem in authentification vs ads.
History:
- Samba works as stand-alone server (non productive)
- some experiments with connection to a ldap-Server running on another -
machine.
- Trying to join to Active Directory, since I have no success I deinstalled
samba completely and reinstall it.
Versions:
OpenSuse 11.1 (actual apart from the kernel)
Samba
2005 Jun 22
2
Problem Connecting from Windows to Samba-OpenLDAP PDC
...thers,dc=example,dc=com?one
#nss_base_netmasks ou=Networks,dc=example,dc=com?ne
#nss_base_bootparams ou=Ethers,dc=example,dc=com?one
#nss_base_aliases ou=Aliases,dc=example,dc=com?one
#nss_base_netgroup ou=Netgroup,dc=example,dc=com?one
# attribute/objectclass mapping
# Syntax:
#nss_map_attribute rfc2307attribute mapped_attribute
#nss_map_objectclass rfc2307objectclass mapped_objectclass
# configure --enable-nds is no longer supported.
# NDS mappings
#nss_map_attribute uniqueMember member
# Services for UNIX 3.5 mappings
#nss_map_objectclass posixAccount User
#nss_map_...
2004 Jul 06
0
where is smbgroupedit and differenet other questions to Samba & AD
...roeder
read only = No
Ldap.conf:
host 192.168.0.3
base dc=DAP,dc=local
ldap_version 3
binddn CN=linux,DC=DAP,DC=local
bindpw xxxx
#port 636
ssl no
scope sub
nss_base_passwd DC=DAP,DC=local
nss_base_shadow DC=DAP,DC=local
nss_base_group DC=DAP,DC=local
nss_map_objectclass posixAccount user
nss_map_attribute uid msSFUName
nss_map_attribute homeDirectory msSFUHomeDirectory
nss_map_objectclass posixGroup Group
nss_map_attribute cn msSFUName
nss_map_attribute userPassword msSFUPassword
nss_map_attribute uniqueMember member
pam_filter objectclass=user
pam_login_attribute sAMAccountName
pam_password ads
p...
2003 Aug 28
0
Samba3+ads+winbindd works but!!
...CC.AD.ITU.EDU.TR
nsswitch.conf having
passwd: files nisplus winbind ldap
shadow: files
group: files nisplus winbind ldap
ldap.conf having
host atreides.cc.ad.itu.edu.tr
base dc=cc,dc=ad,dc=itu,dc=edu,dc=tr
nss_map_objectclass posixAccount User
nss_map_attribute uid sAMAccountName
nss_map_attribute uniqueMember Member
nss_map_attribute homeDirectory msSFUHomeDirectory
nss_map_objectclass posixGroup Group
pam_login_attribute sAMAccountName
pam_filter objectclass=User
pam_password ad
nothing seems bad my samba works well but i've got a problem like:
w...
2003 Oct 13
0
ADS users on RedHat 9 Samba 3
...m = DATANAT.COM
[kdc]
profile = /var/kerberos/krb5kdc/kdc.conf
[appdefaults]
pam = {
debug = false
ticket_lifetime = 36000
renew_lifetime = 36000
forwardable = true
krb4_convert = false
}
LDAP.CONF
host 140.100.10.150
base dc=datanat,dc=com
nss_map_objectclass posixAccount User
nss_map_attribute uid sAMAccountName
nss_map_attribute uniqueMember Member
nss_map_attribute homeDirectory msSFUHomeDirectory
nss_map_objectclass posixGroup Group
pam_login_attribute sAMAccountName
pam_filter objectclass=User
ssl no
pam_password ad
ldap_version 3
binddn cn=Administrator,cn=Users,dc=datanat,dc=com
bi...
2002 Sep 23
1
Samba-LDAP with custom object class
...r objectclass=myPerson
------------ end - ldap.conf ----------------------
The file /etc/nsswitch.conf ( on the directory server and on the samba server):
----------- nsswitch.conf --------------------
nss_base_passwd id=1.3.3,id=1.3,id=1
nss_base_shadow id=1.3.3,id=1.3,id=1
nss_map_attribute uid login
nss_map_attribute userid login
---------- end - nsswitch.conf ------------
and my person:
----------- myperson.ldif ------------------
dn: uid=FR750034,id=1.3.3,id=1.3,id=1
loginShell: /bin/bash
objectClass: myPerson
objectClass: top
objectClass: pers...
2007 Nov 20
3
winbind caused "ls -l" hang on solaris 8
Hi Guys
I compiled Samba 3.0.26a --with-ads and --with-winbind with krb5-1.6.2
and openldap-2.3.38 using
gcc version 3.4.6 on Solaris 8.
and added winbind in passwd entry in /etc/nsswitch.conf
passwd: files winbind
The problem is the entry "passwd: files winbind" in /etc/nsswitch.conf
caused "ls -l" and Samba hang.
If winbind is removed from nsswitch.conf, "ls
2010 Mar 14
2
Samba/Unix password sync with LDAP backend
...he process of installing my first server using CentOS/Red
Hat/389 Directory Server and this does not work in the same way. It
seems that some additional software must be installed in each Windows
client machine in order to enable password sync.
I noticed that it is possible to include the "nss_map_attribute" option
in /etc/ldap.conf.
Would it be possible to map the "userPassword" attribute to the
"sambaNTPassword" attribute in order to have both password requests
pointing to a single place?
Of course I can experiment with this, but I thought that perhaps someone
here has...
2008 Sep 27
2
Graphical net install
Is it at all possible to do a graphical netinstall ?
I am using centos 5.2, and i have been doing net installs (pxe) for a
while in console mode...
--
Test <test at remedial-teacher.nl>
2007 Nov 05
1
use of pam_filter with LDAP
...getent passwd
returns the same list as when I don't use the filters
- Here's the ldap.conf file :
base dc=tata,dc=toto,dc=fr
binddn cn=XXXXX,dc=tata,dc=toto,dc=fr
bindpw XXXXXX
scope sub
pam_filter objectclass=supannPerson
# We don't use the uid attribute to authenticate the users
nss_map_attribute uid iufmLogin
# Default options
port 389
timelimit 120
bind_timelimit 120
idle_timelimit 3600
nss_initgroups_ignoreusers
root,ldap,named,avahi,haldaemon,dbus,radvd,tomcat,radiusd,news,mailman,nscd
uri ldap://127.0.0.1/
ssl no
tls_cacertdir /etc/openldap/cacerts
pam_password md5
- Here the nsswi...
2011 Apr 24
1
Using groups with windows
Hi,
we are using samba with ldap for our pdc.
And i was told by another admin, that when you use a windows server, you
can only get the "Domain Users" and "Domain Admins" groups from the
samba/ldap pdc.
So i tried to add a group, which i know exists on the server, to my
windows server, but windows couldn't find it.
Is there a way to make other groups then