Classification: UNCLASSIFIED
Caveats: NONE

Yes it says "Please check to see if this file is opened by another proram."

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Edwin Castro
Sent: Thursday, September 12, 2013 11:36 AM
To: [email protected]
Subject: Re: Password for unknown user (UNCLASSIFIED)

Does it actually say the file is open by another program? Or is just reporting 
access is denied? Have you actually checked the ACLs on the file to make sure 
you actually have permissions to edit the file?

On 9/12/13 11:22 AM, Mead, Lance E CTR (US) wrote:
> Classification: UNCLASSIFIED
> Caveats: NONE
>
> I have closed the editor, stopped the instance, stopped the service, shutdown 
> the browser.  Reopen the editor and it still says the file is open by another 
> program.
>
> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of 
> [email protected]
> Sent: Thursday, September 12, 2013 11:15 AM
> To: [email protected]
> Subject: Re: Password for unknown user (UNCLASSIFIED)
>
> Stopping the Jenkins instance should do the trick
>
>
> ________________________________
>
> From: "Lance E CTR Mead (US)" <[email protected]>
> To: [email protected]
> Sent: Thursday, September 12, 2013 1:10:52 PM
> Subject: RE: Password for unknown user (UNCLASSIFIED) t
> Classification: UNCLASSIFIED
> Caveats: NONE
>
> The access is denied, I cannot edit the file.  How to I release what ever is 
> controlling it?
>
> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of 
> [email protected]
> Sent: Friday, September 06, 2013 11:40 AM
> To: [email protected]
> Subject: Re: Password for unknown user
>
> You should be able to edit the main Jenkins config.xml file.  With Active 
> Directory on it should look something like this:
>
>  
>
>   <useSecurity>true</useSecurity>
>   <authorizationStrategy 
> class="hudson.security.FullControlOnceLoggedInAuthorizationStrategy"/>
>   <securityRealm 
> class="hudson.plugins.active_directory.ActiveDirectorySecurityRealm" 
> plugin="[email protected]">
>     <domain>somedomain.com</domain>
>     <bindPassword>BunchOfLettersAndNumbers=</bindPassword>
>   </securityRealm>
>
>  
>
> Update it to look something like this (make a backup first : ) ):
>
>  
>
> <useSecurity>true</useSecurity>
>   <authorizationStrategy 
> class="hudson.security.AuthorizationStrategy$Unsecured"/>
>   <securityRealm class="hudson.security.SecurityRealm$None"/>
>
>  
>
>  
>
> Then restart Jenkins
>
>
>
> ________________________________
>
> From: "lance e mead ctr" <[email protected]>
> To: [email protected]
> Sent: Friday, September 6, 2013 8:41:46 AM
> Subject: Password for unknown user
>
>
>
> While attempting to set up Active Directory security was turned on. Now 
> Jenkins requires a User and Password and does not accept the current user's 
> information. Uninstalling and reinstalling Jenkins does not remove the 
> required login. Uninstalling and wiping the registry of Jenkins entries also 
> does not remove the login requirement. How does someone return to the 
> non-login state? If anyone has information about how to have Jenkins use 
> Active Directory that information would also be helpful.
>
>  
>

--
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Classification: UNCLASSIFIED
Caveats: NONE


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to