View | Details | Raw Unified | Return to bug 40964
Collapse All | Expand All

(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py (-5 / +5 lines)
 Lines 516-522    Link Here 
516
		),
516
		),
517
	'sambahome': univention.admin.property(
517
	'sambahome': univention.admin.property(
518
			short_description=_('Windows home path'),
518
			short_description=_('Windows home path'),
519
			long_description='',
519
			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'),
520
			syntax=univention.admin.syntax.string,
520
			syntax=univention.admin.syntax.string,
521
			multivalue=0,
521
			multivalue=0,
522
			options=['samba'],
522
			options=['samba'],
 Lines 527-533    Link Here 
527
		),
527
		),
528
	'scriptpath': univention.admin.property(
528
	'scriptpath': univention.admin.property(
529
			short_description=_('Windows logon script'),
529
			short_description=_('Windows logon script'),
530
			long_description='',
530
			long_description=_('The user-specific logon script relative to the NETLOGON share is entered here, e.g. user.bat.'),
531
			syntax=univention.admin.syntax.string,
531
			syntax=univention.admin.syntax.string,
532
			multivalue=0,
532
			multivalue=0,
533
			options=['samba'],
533
			options=['samba'],
 Lines 538-544    Link Here 
538
		),
538
		),
539
	'profilepath': univention.admin.property(
539
	'profilepath': univention.admin.property(
540
			short_description=_('Windows profile directory'),
540
			short_description=_('Windows profile directory'),
541
			long_description='',
541
			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'),
542
			syntax=univention.admin.syntax.string,
542
			syntax=univention.admin.syntax.string,
543
			multivalue=0,
543
			multivalue=0,
544
			options=['samba'],
544
			options=['samba'],
 Lines 549-555    Link Here 
549
		),
549
		),
550
	'homedrive': univention.admin.property(
550
	'homedrive': univention.admin.property(
551
			short_description=_('Windows home drive'),
551
			short_description=_('Windows home drive'),
552
			long_description='',
552
			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:.'),
553
			syntax=univention.admin.syntax.string,
553
			syntax=univention.admin.syntax.string,
554
			multivalue=0,
554
			multivalue=0,
555
			options=['samba'],
555
			options=['samba'],
 Lines 560-566    Link Here 
560
		),
560
		),
561
	'sambaRID': univention.admin.property(
561
	'sambaRID': univention.admin.property(
562
			short_description=_('Relative ID'),
562
			short_description=_('Relative ID'),
563
			long_description='',
563
			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.'),
564
			syntax=univention.admin.syntax.integer,
564
			syntax=univention.admin.syntax.integer,
565
			multivalue=0,
565
			multivalue=0,
566
			required=0,
566
			required=0,

Return to bug 40964