Displaying 8 results from an estimated 8 matches for "extensibleobject".
2013 Aug 30
0
Adding new root suffix to 389 server
...seems to
work well enough. However I'm trying to script things, rather than
do it via the GUI. So, for example, I want to add a new suffix:
#!/bin/ksh -p
pswd=$(cat ~/passwd)
add()
{
echo "dn: cn=example,cn=ldbm database,cn=plugins,cn=config
changetype: add
objectclass: extensibleObject
objectclass: nsBackendInstance
nsslapd-suffix: dc=example,dc=com
dn: cn=dc=example\,dc=com,cn=mapping tree,cn=config
changetype: add
objectclass: top
objectclass: extensibleObject
objectclass: nsMappingTree
nsslapd-state: backend
nsslapd-backend: example
cn: dc=example,dc=com...
2004 Apr 07
1
Samba / Ldap Password Issues
...pID: 11127
acctFlags: [U ]
gecos: Millen Mc
uidNumber: 5063
userPassword: {crypt}PIsNAk2Yp2XmU
gidNumber: 501
objectClass: account
objectClass: posixAccount
objectClass: sambaAccount
objectClass: top
objectClass: shadowAccount
objectClass: inetorgperson
objectClass: apple-user
objectClass: extensibleObject
objectClass: newberg
lmPassword: 57E3A052197F90B0AAD3B435B51404EE
homeDirectory: /data/students/mimc08
ntPassword: DF32985352318202CC224ECFD06B0599
cn: Millen Mc
sn: null
loginShell: /bin/false
uid: mimc08
-------
Heres a copy of my smb.conf
# Samba config file created using SWAT
# from 0.0.0.0...
2004 Apr 12
1
Samba / Ldap Password Issues - bump ;-)
...pID: 11127
acctFlags: [U ]
gecos: Millen Mc
uidNumber: 5063
userPassword: {crypt}PIsNAk2Yp2XmU
gidNumber: 501
objectClass: account
objectClass: posixAccount
objectClass: sambaAccount
objectClass: top
objectClass: shadowAccount
objectClass: inetorgperson
objectClass: apple-user
objectClass: extensibleObject
objectClass: newberg
lmPassword: 57E3A052197F90B0AAD3B435B51404EE
homeDirectory: /data/students/mimc08
ntPassword: DF32985352318202CC224ECFD06B0599
cn: Millen Mc
sn: null
loginShell: /bin/false
uid: mimc08
-------
Heres a copy of my smb.conf
# Samba config file created using SWAT
# from 0.0.0.0...
2011 Mar 16
0
problems creating read-only, 'consumer' dirsrv replica
...e input I pass to ldapmodify is just like shown in the guide, but w.
the addition of the nsds5replicaId attribute mentioned in issue 1)
above:
dn: cn=replica,cn="dc=infinityhealthcare,dc=com",cn=mapping tree,cn=config
changetype: add
objectclass: top
objectclass: nsds5replica
objectclass: extensibleObject
cn: replica
nsds5replicaroot: dc=infinityhealthcare,dc=com
nsds5replicatype: 2
nsDS5ReplicaId: 65535
nsds5ReplicaBindDN: uid=RManager,cn=config
nsds5flags: 0
Any idea what's wrong? Do I have to first create dn:
cn="dc=infinityhealthcare,dc=com",cn=mapping tree,cn=config ? If so,
ho...
2008 Dec 25
1
Nested Groups
...code that create the localgroups, share the
code which create global groups ???
Any Ideas?
PS
Even if I manually create a localgroup with the objectclasses from
rfc2307, like so:
objectClass: top
objectClass: sambaSidEntry
objectClass: posixGroup
objectClass: sambaGroupMapping
objectClass: extensibleObject
cn: ab38
gidNumber: 6005
sambaSID: S-1-5-21-2462391502-1360153102-2655098952-5080
sambaGroupType: 4
displayName: ab38
memberUid: domadmins
sambaSIDList: S-1-5-21-2462391502-1360153102-2655098952-512
is the reult the same.
net rpc group members
will list all members of nested groups, getent will...
2008 Aug 06
2
Groups not showing in Win2K Control Panel "Users and Passwords"
Leopard Server 10.5.4, Samba Version 3.0.25b-apple
I am attempting to do something similar to that described in the Samba
HOWTO and Reference Guide on page 157 Section 11.4.3. I have
configured an "Admins" group on the server and would like to tell the
local workstation to treat users in that group as Administrators.
This used to work.
"net groupmap list" shows that
2012 Nov 30
5
Samba file server using ldap backend without AD or PDC?
Hi all,
I've been using samba for a few years now on a couple of file servers with a
tdbsam backend for our user accounts. We use openldap for the vast majority
of our identity management, so I would love to be able to tie into this. We
recently started using sambaNTPassword in openldap for radius
authentication, so this is populated for most of our users now.
>From reading through
2003 May 15
6
Question on LDAP+Samba+PDC
Hello everyone.
Well, I have been working very hard lately, trying to get a server up to
act as our Samba PDC with LDAP. So far, everything seems to be working
well. I've been able to get samba 2.2.8 and openldap 2.0.27 installed with
no problems. I've setup my config files (ldap.conf, slapd.conf, smb.conf)
as well as added some initial entries to the LDAP directory.
I've been