#51126 Ticket 51115 - enable samba3.ldif by default
Closed 3 years ago by spichugi. Opened 3 years ago by firstyear.
firstyear/389-ds-base 51115-samba-schema  into  master

file modified
+1 -1
@@ -718,7 +718,6 @@ 

  	$(srcdir)/ldap/schema/60radius.ldif \

  	$(srcdir)/ldap/schema/60rfc4876.ldif \

  	$(srcdir)/ldap/schema/60samba.ldif \

- 	$(srcdir)/ldap/schema/60samba3.ldif \

  	$(srcdir)/ldap/schema/60sendmail.ldif \

  	$(LIBPRESENCE_SCHEMA)

  
@@ -752,6 +751,7 @@ 

  	$(srcdir)/ldap/schema/60rfc2739.ldif \

  	$(srcdir)/ldap/schema/60rfc3712.ldif \

  	$(srcdir)/ldap/schema/60sabayon.ldif \

+ 	$(srcdir)/ldap/schema/60samba3.ldif \

  	$(srcdir)/ldap/schema/60sudo.ldif \

  	$(srcdir)/ldap/schema/60trust.ldif \

  	$(srcdir)/ldap/schema/60nss-ldap.ldif \

file modified
+1 -1
@@ -197,9 +197,9 @@ 

    SUP top

    AUXILIARY

    MUST ( uid $ rid )

+   )

  #  MAY ( cn $ lmPassword $ ntPassword $ pwdLastSet $ logonTime $ logoffTime $ kickoffTime $ pwdCanChange $ pwdMustChange $ acctFlags $ displayName $ smbHome $ homeDrive $ scriptPath $ profilePath $ description $ userWorkstations $ primaryGroupID $ domain )

    MAY ( cn $ lmPassword $ ntPassword $ pwdLastSet $ logonTime $ logoffTime $ kickoffTime $ pwdCanChange $ acctFlags $ displayName $ smbHome $ homeDrive $ scriptPath $ profilePath $ description $ userWorkstations $ primaryGroupID $ domain )

-   )

  #

  ################################################################################

  #

Bug Description: Samba has an ldapsam module that allows
samba to authenticate via LDAP for ad-domain-less systems.
By enabling it by default this opens some easier out-of-the-box
integrations.

Fix Description: Enable it by default, and fix a type in 60samba.ldif
Already tested with replication and 60samba.ldif to ensure no conflict.

https://pagure.io/389-ds-base/issue/51115

Author: William Brown william@blackhats.net.au

Review by: ???

rebased onto 1d99557

3 years ago

Pull-Request has been merged by firstyear

3 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/4179

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata