Skip to main content
Best practices
0 votes
0 replies
13 views

I’m trying to implement Kerberos SSO (SPNEGO / Integrated Windows Authentication) for a web application in an Active Directory environment. The application is deployed on OpenShift Kubernetes and ...
Mert's user avatar
  • 39
3 votes
1 answer
93 views

I'm looking for some help with pulling certificate information from Active Directory. When I'm troubleshooting accounts, it can take a while to manually check each individual settings. One of the ...
Karmaxdw's user avatar
  • 195
0 votes
0 answers
48 views

I want to filter users and import them who has the roles LR_aa_Users_r or LR_aa_Admin_STAGE_f but it does not work if I put this query in server.xml file in tomcat server(tomcat 9). But the ldap query ...
Suat Coskun's user avatar
  • 1,020
Best practices
0 votes
2 replies
96 views

My wife and I both have Windows 11 PRO machines.  I’d like to map a share on her machine to T: and a share on mine to R: so that we both have access to both network drives. I’m currently doing this ...
user3495258's user avatar
3 votes
1 answer
107 views

I want to create an account in Active Directory(AD) with the LDAP Mulesoft connector. I can do his without a problem but it works ONLY when I don't submit the user password(unicodePwd). So the problem ...
Ben's user avatar
  • 864
1 vote
1 answer
256 views

I have been trying to write a daemon in go to run on linux that would periodically do certain actions, and once some conditions are met, it would connect to AD, and write a value to a given record. ...
Gregory Sky's user avatar
0 votes
1 answer
136 views

I'm trying to setup Grafana for AD integration. Grafana works by querying for all groups a user is a member of to find a matching group that is mapped to a role in Grafana. Below is my heirarchy ...
Helstrom's user avatar
Advice
0 votes
0 replies
73 views

I deployed a Windows AD server on an EC2 instance in AWS. I have created a user called "tesla" in the AD. How can I store this user's credentials in AWS and rotate the password automatically?...
Lanaya O's user avatar
1 vote
1 answer
932 views

In my PowerShell scripts I'm using the ActiveDirectory module, which contains the various *-AD* cmdlets such as Get-ADUser. How can I automate (script) the installation of the PowerShell ...
mklement0's user avatar
  • 456k
0 votes
0 answers
61 views

I would like if anyone knows a way to retrieve the lockout location of a user. Is the best way to do that is to read the eventlog from the domain and extract the location from the security event or is ...
Maiz's user avatar
  • 21
2 votes
1 answer
225 views

I am using the DirectoryEntry class to connect to an LDAP entry point, so I can issue LDAP queries. I can specify any distinguished name I want, however whenever the Deleted Objects container is ...
David Trevor's user avatar
  • 1,136
0 votes
1 answer
88 views

I need to use PowerShell to get the members of an Active Directory group. I'm currently using this command: Get-ADGroupMember -identity "some groupname" -Recursive | Get-ADUser -Property ...
B. Rijnbende's user avatar
0 votes
1 answer
148 views

In Active Directory Users and Computers, when navigating to Security > Advanced I am presented with the option Restore defaults. This restores the default permissions for the user object as it is ...
David Trevor's user avatar
  • 1,136
0 votes
1 answer
159 views

I am using the kerberos Node.js library to verify Kerberos service tickets. My setup includes: Active Directory Windows Server on the network. Linux server that verifies service tickets received from ...
TechTomic's user avatar
1 vote
2 answers
114 views

I am using Spring Boot/Spring Data Ldap. When I query users I cannot read accountExpires attribute, even when the property is shown in GetADUser. I tried something like this: return readTemplate()....
Amir Pashazadeh's user avatar

15 30 50 per page
1
2 3 4 5
1108