Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make displayname (users.conf) available in "access permission" lists #660

Closed
gitblit opened this issue Aug 12, 2015 · 4 comments
Closed

Comments

@gitblit
Copy link
Collaborator

gitblit commented Aug 12, 2015

Originally reported on Google Code with ID 364

Hi,
in users.conf for each user a property "displayName" is defined. Unfortunately this
displayName is NOT used in the "access permission" lists (web front end). Instead we
(LDAP-Import!) see a list of cryptic userids. This is EXTREMELY difficult to maintain.

Please define a property to make "displayname" available in those lists. Thanks in
advance!


Reported by ch.a.bittner on 2014-02-05 14:49:17


- Attachment: NoDisplayName.png

NoDisplayName

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Have you these directives into giblit.properties file?:
....
....
realm.ldap.accountPattern = (&(objectClass=person)(sAMAccountName=${username})) 
....
....
realm.ldap.displayName = displayName

Regards

Reported by eguervos on 2014-02-06 08:57:41

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

I've implemented a fix for this behavior in this pull request https://github.com/gitblit/gitblit/pull/141

BR,

Alfred

Reported by alf.schmid on 2014-02-13 09:49:16

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Alfred's fix has been merged to master.  His fix is for the complaint: palettes (list<->list).
 This change does not affect the individual user permission dropdown list which is
a separate, complicated beast.

Reported by James.Moger on 2014-02-21 15:19:46

  • Status changed: Queued
  • Labels added: Milestone-1.4.0

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

1.4.0 released.

Reported by James.Moger on 2014-03-09 18:06:21

  • Status changed: Done

@gitblit gitblit closed this as completed Aug 12, 2015
@flaix flaix modified the milestone: 1.4.0 Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants