Displaying 20 results from an estimated 1100 matches similar to: "Modifying the AD scheme, how?"
2013 Jan 10
2
Samba 4 "Services for UNIX"? [SOLVED]
To get the automount schema to work with the git checkout of samba 4 I had
to modify the automount schema files and separate the attributes from the
classes. I also discovered that it's required to have the
ntSecurityDescriptor , instanceType, and objectCategory attributes. Without
these it will crash whenever you try to browse... I did alot of stopping
samba, tarring of /usr/local/samba and
2017 Aug 18
4
AutoFS
Hi all,
I would like to use AutoFS on Samba but I encounter difficulties with
ldap entries.
I have already add the Automount Schema from the Wiki
(https://wiki.samba.org/index.php/Samba_AD_schema_extensions) but I
can't add "auto_master" and the folowings leaf.
I tried :
dn: automountmapname=auto_master,dc=MYDOMAIN
automountMapName: auto_master
objectClass: automountMap
2013 Sep 09
1
Samba4 automount schema: convert from flat files to LDAP
Hi
I think I've managed to get the automount classes into the the schema:
ldbsearch
--url=/usr/local/samba/private/sam.ldb.d/"CN=SCHEMA,CN=CONFIGURATION,DC=HH3,DC=SITE.ldb" | grep "dn: CN=automount"
dn: CN=automountKey,CN=Schema,CN=Configuration,DC=hh3,DC=site
dn: CN=automount,CN=Schema,CN=Configuration,DC=hh3,DC=site
dn:
2007 Dec 07
1
LDAP and Automount
Alle,
I'm following the instructions in section 19.3.3.2 of the docs @
http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-nfs-config-autofs-LDAP.html,
but I cannot add the following entry in LDAP:
dn: automountMapName=auto.home,dc=subaru,dc=nao,dc=ac,dc=jp
objectClass: top
objectClass: automountMap
automountMapName: auto.home
After looking at the schemas in /etc/openldap/schema,
2012 Jul 17
3
samba segfault with autofs schema
Samba 4.0.0beta3, CentOS 6.2 32-bit.
I am loading the automount schema into a vanilla Samba4 database. The
schema can be found at:
http://http://www.cbe.cornell.edu/~smt/Automount_template.txt
and I am loading the schema as follows (samba is shut down):
ldbadd -H private/sam.ldb.d/CN=SCHEMA,CN=CONFIGURATION, \
DC=DOMAIN,DC=TEST,DC=CORNELL,DC=EDU.ldb Automount_template.txt
This appears
2012 Sep 10
1
LDAP Account Manager 3.9.RC1 released
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
LDAP Account Manager (LAM) 3.9.RC1 - September 10th, 2012
=========================================================
LAM is a web frontend for managing accounts stored in an LDAP directory.
Announcement:
- -------------
LAM now supports Kolab 2.4, Puppet and RFC2307bis automount entries.
The self service also supports to set fields to read-only.
2017 Aug 21
0
AutoFS
On Mon, 21 Aug 2017 14:52:40 +0200
Jeremy Guasco <jguasco+samba at lncsa.com> wrote:
> Le 21/08/2017 à 14:15, Rowland Penny via samba a écrit :
> >
> > That's the correct way to do it (the wikipage was wrong, I have
> > corrected this)
> >
> > Have you checked that the objectClasses are in AD ?
> >
> > ldbsearch --cross-ncs -H
2014 Dec 28
1
Samba 4 Active Directory Quotas
On Sat, Dec 27, 2014 at 2:43 AM, Rowland Penny <rowlandpenny at googlemail.com>
wrote:
> Yes, samba4 comes with a script: oLschema2ldif
>
Humm... Not liking the errors in this method. Looking at the ldif, I
think we could rework this so that one could modify the LDAP schema
directly using LDAP syntax. In my case, I'm using Net::LDAP. Something
more like this:
dn:
2009 Jul 10
1
LDAP/Autofs instructions are conflicting in Centos5.3
Hi,
I'm not sure if I am posting this in the right place, so if this belongs
more on another list, please let me know.
I am trying to get Autofs configured to use LDAP on CentOS5.3, but am
running
into an inconsitency. On CentOS5.3, the openldap server is installed with
an
extra schema/redhat/autofs.schema file. From what I can tell, that schema
file seems to follow RFC2307bis. In the
2014 Dec 27
2
Samba 4 Active Directory Quotas
I've been messing around with disk quotas for users and have seen some who
have extended the Samba 4 AD schema to include a quota attribute. For
example, I found this schema extension here:
http://fossies.org/linux/quota/ldap-scripts/quota.schema
Is there a common method for doing this?
--
Greg J. Zartman
Board Member
Koozali SME Server
www.koozali.org
SME Server user, contributor, and
2014 Jun 27
2
Samba 4.1.8 Importing automountmap ldif entries from existing OpenLDAP setup or ?
So, I have a test domain set up with rfc2307 = yes .
Now I'm trying to figure out if a) my nfs automount data came over from OpenLDAP, and b) if not, how to get it into samba 4's ldap, or something else??? Do I need to rethink my approach?
Mount locations are pretty consistent based on primary group/userid
Needs to work on Linux.
Existing entries look like this...
# /u,
2013 Jan 07
3
Samba 4 "Services for UNIX"?
I have a working Samba 4.0.0 AD DC running and am able to manage users etc
using the Windows tools. Great.
Now I want to as much as possible eliminate the need for an additional
directory service (OpenLDAP and/or Open Directory) if not entirely. I need
automount working and Posix users. I believe it's possible to set this up
but haven't been able to find any solid documentation -
Can
2017 Aug 21
0
AutoFS
On Mon, 21 Aug 2017 13:47:39 +0200
Jeremy Guasco <jguasco+samba at lncsa.com> wrote:
> Le 21/08/2017 à 12:21, Rowland Penny via samba a écrit :
> > On Mon, 21 Aug 2017 11:48:39 +0200
> > Jeremy Guasco <jguasco+samba at lncsa.com> wrote:
> >
> >> Thank you for the reply.
> >>
> >> I can create the "dn: OU=automount" but when I
2012 Jul 12
8
Linux SSO with samba4?
Hi,
I think it is great that samba4 has a single sign on solution for Windows
platforms and it seems to work well too, but I am wondering is it possible
to do the same for a Linux environment? I have been studying how to
implement single sign on using the Ubuntu way through this document:
https://help.ubuntu.com/community/SingleSignOn and I am wondering if I can
do the same with samba4 where the
2012 Feb 16
2
ddns in samba4
I followed this
http://linuxcostablanca.blogspot.com/2012/01/samba-4-ubuntu.html and got
dynamic dns updates working in forward zone.
any ideas to get it working in the reverse zone too?
By the way, nice article Steve.
Best regards,
Felix.
2014 Aug 06
1
wbinfo -u/-g does not query AD DC
I'm setting up a domain member (Debian Wheezy, Samba 3.6.6) to join an
AD DC (Wheezy backports, Samba 4.1.9). Everything looks good so far, in
particular the checklist
(http://linuxcostablanca.blogspot.com.es/2014/06/samba4-winbind-desperation.html)
up to number 7 is okay. I also removed nscd.
I can do "kinit user" and I can query the samba LDAP to see domain
users. I did a
2013 May 20
1
[Samba4] modifying attributes: no write access to self
Hi all
*Context:*
I'm trying to use the s4bind scripts (
http://linuxcostablanca.blogspot.com.es/p/s4bind.html)
k5start is running
So far, i've succeeded in
* modifying (posixifying) the built-in "Domain Users"
* adding a user to this group and i can login with this user (ssh), create
files that are correctly owned, etc... The user also shows up correcly in
ADUC.
* retrieving
2013 Mar 17
0
Extending the schema
Hi all,
I'm trying to extend the schema on my Samba4 setup by adding apple's
schema. I followed the instructions from
https://wiki.samba.org/index.php/Samba4/Schema_extenstions
and
http://blog.michael.kuron-germany.de/2011/02/active-directory-mac-os-x-mcx/
(I think this is a modified apple.schema but I haven't found the
original
yet)
and have got it to import the schema OK (I had
2013 Feb 11
1
Samba4: Extending the Schema
Hi
We are thinking of Developing a corporate Directory application the would
pull user information from Samba4 Ad. However for our needs we need some
additional User attributes that don't seem to be available as part of the
AD-schema, such as "Hire Date" or "Emergancy contact information", so it
seems to me that I would need to Extend the Schema to make this user
2013 Feb 13
2
Extend Samba4 Schema Scope
Hi All Experts,
I am about to extend our production Samba4 schema to add a few
intra-organizational attributes (Employee ID,Passport No., Date of
Joining, Date of Leaving) . How can
I make change in my samba4 schema. I have already make a post in the
forum, but got no reply. Sorry for
posting again. But precaution should be taken in to prevent the server
from any damage.
Kindly help.
With