| View previous topic :: View next topic |
| Author |
Message |
the_captain
Joined: 2009-07-23 12:44 Posts: 3 Topics: 1 Location: Germany
|
#1| Posted: 2009-07-23 13:06 Post subject: MS-Logon-Groups via unattended Installation (SOLVED) |
|
|
Hi,
with help of AutoHotkey I built my own unattended setup for a server-installation of version 1.0.6.4. During the setup I copy my own ini-file into the installation directory of UltraVNC to configure the application. That works fine except for the MS-Logon-Groups.
I edited the ultravnc.ini like this:
| Code: | [admin_auth]
group1=my-domain-group |
But after starting the UltraVNC-service I can't connect to the server. When I check the admin properties my group doesn't show up and I still have to add it manually.
Has anyone an idea how I can solve this problem??
Thanks.
Last edited by the_captain on 2009-08-04 07:19; edited 1 time in total |
|
| Back to top |
|
 |
the_captain
Joined: 2009-07-23 12:44 Posts: 3 Topics: 1 Location: Germany
|
#2| Posted: 2009-07-29 10:50 Post subject: Re: MS-Logon-Groups via unattended Installation |
|
|
Does really no one have any idea?
I thought this would be a minor problem and I'm just overlooking something obvious.
I also tried
| Code: | [admin_auth]
group1=my-domain\my-domain-group |
... still doesn't work.
---
Short summary:
* My AD-groups added to the ini-file
* UVNC installed
* Standard ini-file replaced with my own
* UVNC-service startet
* Connection fails because UVNC-Server has no predefined AD-Groups
Last edited by the_captain on 2009-07-30 04:27; edited 3 times in total |
|
| Back to top |
|
 |
BarqMulch
Joined: 2006-06-12 21:39 Posts: 33 Topics: 2
|
#3| Posted: 2009-07-29 23:20 Post subject: Re: MS-Logon-Groups via unattended Installation |
|
|
Does the INI file you create automatically match one that works when you create it manually?
There are a couple other settings that directly affect whether UltraVNC uses MS Logon:
| Code: |
MSLogonRequired=1
NewMSLogon=0
|
I've found that NewMSLogon doesn't work very well, so I use the old one. _________________ "I was gratified to be able to answer promptly, and I did. I said I didn't know." -- Mark Twain |
|
| Back to top |
|
 |
the_captain
Joined: 2009-07-23 12:44 Posts: 3 Topics: 1 Location: Germany
|
#4| Posted: 2009-07-31 09:06 Post subject: Re: MS-Logon-Groups via unattended Installation |
|
|
Hi,
the INI files are identical. Thats strange because I can't find my group names neither in the INI nor in the Registry.
I set the INI options in all my previous attemps to:
| Code: | MSLogonRequired=1
NewMSLogon=1 |
Next I'll try it without NewMSLogon.
#####
EDIT
You were right. I disabled the NewMSLogon and VNC used my AD-groups from the INI correctly.
Actually I can't even remember why I set this option in the first place.
It works fine now - THANKS!
Last edited by the_captain on 2009-07-31 10:48; edited 1 time in total |
|
| Back to top |
|
 |
george.mikal
Joined: 2010-04-16 06:12 Posts: 1
|
#5| Posted: 2010-04-16 06:31 Post subject: Re: MS-Logon-Groups via unattended Installation (SOLVED) |
|
|
by disabling the NewMSLogon it will be resolved....
i think u have solved it.... _________________ testking information about 1Y0-259 and 1z0-050 |
|
| Back to top |
|
 |
|