search for: usedefault

Displaying 3 results from an estimated 3 matches for "usedefault".

Did you mean: use_default
2005 Dec 16
1
samba Active directory and SSO
...e = \\home_dir_server\%U logon script = %U.bat winbind separator = : idmap uid = 10000-20000 idmap gid = 10000-20000 winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enunm users = yes winbind enunm groups = yes template homedir = /home/%D/ %U template shell = /bin/bash winbind usedefault domain = yes client use spnego = yes unix extensions = yes case sensitive = yes delete readonly = yes # server string is the equivalent of the NT Description field server string = Samba Server max log size = 50 security = ADS ads server = 10.100.101.62 password server = 10.100.101.62 encry...
2017 Mar 06
3
PATH directive searches in reverse order with wrong separator
I've been trying to get syslinux.efi working in my environment again... Found what look like a bunch of little bugs that are very frustrating... First, the documentation on the Wiki says that as of 5.11, the list separator is space, not colon. But I can find no evidence that 5.11 was ever officially released or that a commit to git was made to make this change. 6.00 and following still use
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...;, "REG_DWORD") $RC = ExistKey("HKEY_CURRENT_USER\Software\Aspex Software\Spex+\Options") If $RC <> 0 AddKey("HKEY_CURRENT_USER\Software\Aspex Software\Spex+\Options") EndIf WriteValue("HKEY_CURRENT_USER\Software\Aspex Software\Spex+\Options", "UseDefault", "1", "REG_DWORD") $RC = ExistKey("HKEY_CURRENT_USER\Software\Aspex Software\Spex+\Paths") If $RC <> 0 AddKey("HKEY_CURRENT_USER\Software\Aspex Software\Spex+\Paths") EndIf ;Tabs+v3 $RC = ExistKey("HKEY_CURRENT_USER\Software\VB and VBA Pr...