Posted by jbarwick on January 31, 2012 at 7:02am
2 followers
Jump to:
| Project: | Lightweight Directory Access Protocol |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
when a new user is created in Drupal after authenticating to LDAP, the drupal user account does not have a "Timezone" value.
It should use the "default timezone" from the system configuration.
Comments
#1
Also, users.signature_format is NULL. Probably want to set that to a default like "plain_text"
#2
Can someone look into this. I have 2 questions:
-- My understanding is user_save will set the defaults not specified (along with the hooks it invokes.) It would seem odd for something like ldap_authentication to be setting profile format or timezone.
-- with ldap_authentication turned off, do created accounts on your install have correct profile format and timezone?
#3