Displaying 7 results from an estimated 7 matches for "attributedescript".
2012 Apr 28
1
Problems ldap authentication for Samba 3.5.11-2-1
...and item: equalityMatch (3)
equalityMatch
attributeDesc: objectclass
assertionValue: sambaSamAccount
attributes: 38 items
AttributeDescription: uid
AttributeDescription: uidNumber
AttributeDescription: gidNumber
AttributeDescription: homeDirectory
AttributeDescription: sambaPwdLastSet
AttributeDescription: sambaPwdCanChange...
2013 Jan 14
3
Samba4 AD delegation to read userPassword attribute
...--
Lightweight Directory Access Protocol
LDAPMessage searchRequest(2) "dc=example,dc=de" wholeSubtree
...
Filter: (sAMAccountName=someuser)
filter: equalityMatch (3)
equalityMatch
attributeDesc: sAMAccountName
assertionValue: someuser
attributes: 2 items
AttributeDescription: mail
AttributeDescription: userPassword
---------------------------------------------------
As a result I get:
---------------------------------------------------
Lightweight Directory Access Protocol
LDAPMessage searchResEntry(2) "CN=someuser, OU=USER,DC=example,DC=de" [1 res...
2015 Nov 03
2
S/MIME certificates in Samba 4 LDAP
...: (mail=martin.sofaru at lsexperts.de)
filter: equalityMatch (3)
equalityMatch
attributeDesc: mail
assertionValue: martin.sofaru at lsexperts.de
attributes: 1 item
AttributeDescription: usercertificate;binary
[Response In: 16]
Lightweight Directory Access Protocol
LDAPMessage searchResEntry(2) "CN=Martin
Sofaru,OU=People,OU=Users,OU=LSE,DC=corp,DC=lsexperts,DC=de" [1 result]
messageID: 2
protocolOp: searchResEntry (4)
searchR...
2015 Nov 19
1
S/MIME certificates in Samba 4 LDAP
...filter: equalityMatch (3)
>> equalityMatch
>> attributeDesc: mail
>> assertionValue:
>> martin.sofaru at lsexperts.de
>> attributes: 1 item
>> AttributeDescription: usercertificate;binary
>> [Response In: 16]
>
> A good description appears to be here:
>
> http://www.ldapexplorer.com/en/manual/107070400-binary-attributes.htm
>
> The fix would be a patch to
> source4/dsdb/samdb/ldb_modules/resolve_oids.c that would strip...
2015 Nov 05
0
S/MIME certificates in Samba 4 LDAP
...e)
> filter: equalityMatch (3)
> equalityMatch
> attributeDesc: mail
> assertionValue:
> martin.sofaru at lsexperts.de
> attributes: 1 item
> AttributeDescription: usercertificate;binary
> [Response In: 16]
A good description appears to be here:
http://www.ldapexplorer.com/en/manual/107070400-binary-attributes.htm
The fix would be a patch to
source4/dsdb/samdb/ldb_modules/resolve_oids.c that would strip any
;binary suffix (as it is meaninles...
2020 Mar 05
2
Samba as DC member UDP ports used
...False
??????????????? Filter:
(&(&(NtVer=0x00000006)(DnsDomain=HF3.LOCAL))(AAC=00:00:00:00))
??????????????????? filter: and (0)
??????????????????????? and:
(&(&(NtVer=0x00000006)(DnsDomain=HF3.LOCAL))(AAC=00:00:00:00))
??????????????? attributes: 1 item
??????????????????? AttributeDescription: NetLogon
I searched in the smb.conf man page and I can change the CLDAP port used
but it seems I can't force to use TCP.
Is there a way to force Samba to use TCP instead of UDP?
If it's not possible could you please shortly explain why Samba is using
UDP port.
Regards
Andrea
2015 Oct 30
2
S/MIME certificates in Samba 4 LDAP
Dear Samba users and developers,
we had the idea of storing S/MIME certificates in the Samba 4 LDAP.
In the Windows Active Directory Users and Computers tool I can use the
"Published Certificates" tab to add a certificate to a user account.
As Mozilla Thunderbird requests the "userCertificate;binary" attribute
of a user when sending encrypted mail, the LDAP response is empty.