Displaying 6 results from an estimated 6 matches for "edupersonprincipalname".
2010 Aug 30
1
Passdb filter question - LDAP.
...-
Here is how the LDAP tree is:
ou=mail,ou=services,dc=example,dc=org
ou=subdomain1.example.org,ou=mail,ou=services,dc=example,dc=org
example entry under "ou=subdomain1.example.org"
---
dn: cn=userfoo,ou=subdomain1,ou=mail,ou=services,dc=example,dc=org
cn: userfoo
edupersonprincipalname: WEMHVDEA-FUAOBAAA at example.org (some sort of
unique identifier)
emailquota: 512
objectclass: eduPerson
objectclass: nisMailAlias
rfc822mailmember: userfoo at subdomain1.example.org
---
ou=people,dc=example,dc=org
dn: uid=29859085900 at example.org,ou=people,dc=example,dc=org
uid: 298...
2012 May 24
2
Samba / LDAP : map uid to another field ?
Hi !
I have an OpenLDAP where users DN are in the form ?
uid=P1234,ou=people,dc=example,dc=com ? and where the login is in the ?
eduPersonPrincipalName ? attribute (ex : jdoe).
I have configured my system (Debian Squeeze) to authenticate against LDAP
(libpam-ldapd + libnss-ldapd with a mapping uid<->eduPersonPrincipalName),
if I do ? ssh jdoe at server ?, it's works great.
Now I want to give Samba share to theses users so I configured Sa...
2023 Apr 14
1
eduPerson schema on samba4
...ldif
At first there was no error when adding the ldifs with the commands given
in the wiki. To make sure, I did a search with ldbsearch and verified that
the schema was added.
After that I added the class *eduPerson* to a user as well as the two main
attributes: *eduPersonPrimaryAffiliation* and *eduPersonPrincipalName*
Viewing the user attributes via ldapsearch, the changes appear, but when I
go via rsat, the attribute editor tab is blank.
Any ideas?
On Thu, Apr 13, 2023 at 8:56?AM Elias Pereira <empbilly at gmail.com> wrote:
> hi,
>
> Does anyone on the list use the eduPerson schema in Samba4...
2014 Jun 05
4
doveadm index - Bug or expected behaviour?
...tls = no
auth_bind = no
ldap_version = 3
base = ou=%d,ou=mail,ou=services,dc=domain
scope = subtree
deref = never
user_filter = (& (cn=%n)(objectclass=nisMailAlias)(ContaAtiva=TRUE) )
user_attrs =
cn=rfc822mailmember,EmailQuota=quota_rule=*:storage=%$M,EmailQuotaSpecial=quota_rule=*:storage=%$M,eduPersonPrincipalName=eppn
iterate_filter =
(&(objectclass=nisMailAlias)(ContaAtiva=TRUE)(!(EmailQuota=0)))
iterate_attrs = rfc822mailmember=user
This is the error reported by doveadm index:
doveadm(root): Error: User listing returned failure
doveadm: Error: Failed to iterate through some users
If you put a tcpd...
2023 Apr 13
1
eduPerson schema on samba4
hi,
Does anyone on the list use the eduPerson schema in Samba4 as a DC?
--
Elias Pereira
2010 Sep 30
0
Vacation script execution question.
...es,
trying the next userdb
imap dovecot: auth(default): ldap(sender_email at gmail.com):
user search: base=ou=gmail.com,ou=mail,ou=services,dc=ufsc,dc=br
scope=subtree filter=(&
(cn=sender_email)(objectclass=nisMailAlias)(ContaAtiva=TRUE) )
fields=rfc822MailMember,EmailQuota,EmailQuotaSpecial,eduPersonPrincipalName
imap dovecot: auth(default): ldap(sender_email at gmail.com):
ldap_search((&
(cn=sender_email)(objectclass=nisMailAlias)(ContaAtiva=TRUE) )) failed: No
such object
:
Why is that?
----------------------------------------------------------------
This message was sent using IMP, the Int...