Univention Bugzilla – Attachment 8137 Details for
Bug 40964
A tooltip for "Windows profile directory" would improve simplicity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch with tooltips for user->account->windows attribute group
file_40964.txt (text/plain), 2.62 KB, created by
Julius Hinrichs
on 2016-10-19 17:36:05 CEST
(
hide
)
Description:
Patch with tooltips for user->account->windows attribute group
Filename:
MIME Type:
Creator:
Julius Hinrichs
Created:
2016-10-19 17:36:05 CEST
Size:
2.62 KB
patch
obsolete
>Index: management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py >=================================================================== >--- management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py (Revision 73141) >+++ management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py (Arbeitskopie) >@@ -516,7 +516,7 @@ > ), > 'sambahome': univention.admin.property( > short_description=_('Windows home path'), >- long_description='', >+ long_description=_('The path of the directory which is to be the user\'s Windows home directory, is to be entered here, e.g. \\\\ucs-file-server\\smith'), > syntax=univention.admin.syntax.string, > multivalue=0, > options=['samba'], >@@ -527,7 +527,7 @@ > ), > 'scriptpath': univention.admin.property( > short_description=_('Windows logon script'), >- long_description='', >+ long_description=_('The user-specific logon script relative to the NETLOGON share is entered here, e.g. user.bat.'), > syntax=univention.admin.syntax.string, > multivalue=0, > options=['samba'], >@@ -538,7 +538,7 @@ > ), > 'profilepath': univention.admin.property( > short_description=_('Windows profile directory'), >- long_description='', >+ long_description=_('To configure a roaming profile the attribute needs to be set to a value that is resolvable by windows clients, for example to %LOGONSERVER%\\%USERNAME%\\windows-profiles\\default'), > syntax=univention.admin.syntax.string, > multivalue=0, > options=['samba'], >@@ -549,7 +549,7 @@ > ), > 'homedrive': univention.admin.property( > short_description=_('Windows home drive'), >- long_description='', >+ long_description=_('If the Windows home directory for this user is to show up on a different Windows drive than that specified by the Samba configuration, then the corresponding drive letter can be entered here, e.g. M:.'), > syntax=univention.admin.syntax.string, > multivalue=0, > options=['samba'], >@@ -560,7 +560,7 @@ > ), > 'sambaRID': univention.admin.property( > short_description=_('Relative ID'), >- long_description='', >+ long_description=_('The relative ID (RID) is the local part of the SID. If a user is to be assigned a certain RID, the ID in question can be entered in this field. If no RID is assigned, the next available RID will automatically be used. The RID cannot be subsequently changed. Integers from 1000 upwards are permitted. RIDs below 1000 are reserved to standard groups and other special objects.'), > syntax=univention.admin.syntax.integer, > multivalue=0, > required=0,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40964
: 8137