ClearFoundation Tracker - ClearOS
View Issue Details
0007121ClearOSapp-samba-directory - Samba Directorypublic2016-01-18 12:072018-10-30 18:28
dloper 
 
lowminoralways
closedopen 
7.1.0 
 
0007121: Upper case input fields
The fields for domain, realm, and server should be normalized to upper case for initialization of directories for Samba Directory, Windows Networking, and AD Connector.
Validation checks sometimes barf when trying to initialize the directory. Instead, we can proactively use a 'to-upper' type function to force upper case on all of these fields.

Kerberos requires upper case which means that we can apply this as a standard to avoid issues with current AD domain adds and somewhat future-proof migrations from NT4 style to AD.
No tags attached.
Issue History
2016-01-18 12:07dloperNew Issue
2016-01-19 04:35user2Statusnew => confirmed
2016-04-04 17:27user2Target Version7.2.0 Updates =>
2018-10-30 18:28user2Note Added: 0008361
2018-10-30 18:28user2Statusconfirmed => closed

Notes
(0008361)
user2   
2018-10-30 18:28   
Implementation has changed.