Zepmann / lldap-cli

A command line tool for managing LLDAP.
GNU General Public License v3.0
37 stars 7 forks source link

Missing newline in command user attribute list #3

Closed bhartshorn closed 3 months ago

bhartshorn commented 9 months ago

Hello,

Just trying things out and noticed a bug. When running the user attribute list command, uuid is consistently missing a newline.

> lldap -H http://somehost:17170 user attribute list someuser
creation_date
display_name
last_name
mail
user_id
uuidfirst_name

After adding a custom attribute, it is place immediately after uuid instead, in this case civicrm_uuid

> lldap -H http://somehost:17170 user attribute list someuser
creation_date
display_name
first_name
last_name
mail
user_id
uuidcivicrm_uuid
WillowHayward commented 6 months ago

I'm running into this with the avatar attribute on a fresh install of lldap (+ uploading an avatar for admin)

./lldap-cli -D admin -w password -H http://localhost:17170 user attribute list admin    
creation_date                                                      
display_name                                                       
mail                                                               
user_id                                                                                                                                
uuidavatar