Questions tagged as 'active-directory'

0
answers

Java Spring, error authenticating with active diretory

I personally, in my company implemented an active diretory environment, and we were asked to develop an application that authenticates there, the environment is already created and the guy from the infra sent me the parameters so that access can...
asked by 11.12.2018 / 13:08
0
answers

C # search the Office field in LDAP

Good afternoon, I need a great help, I have a DAP access authentication, it is working correctly, validating username and password. However, I need a DAP field returned, this field is the "office", where we store information about the user's enr...
asked by 21.03.2018 / 19:00
1
answer

C # - OutOfMemoryException while fetching thousands of Active Directory groups

I'm looking for thousands of groups with hundreds of users each from Active Directory, but it's consuming a lot of memory. It starts with about 300 MB and when it reaches about 1800 MB, seen in the task manager, an OutOfMemoryException is thrown...
asked by 02.08.2017 / 18:47
0
answers

Problems connecting to ldap using python ldap

I'm new to python, and I'm trying to make a connection to LDAP to check for an Active Directory user, however, when trying to connect to ldap using the following code snippet: l = ldap.initialize('ldaps://%s'%ldap_server,port) l.bind(username,...
asked by 31.07.2017 / 19:44
0
answers

Search email registered in AD with PHP

I have PHP below that connects to AD using LDAP , working perfectly: <?php $username2 = $_POST["username"]; //Recebe o usuario do form "index.php" $password = $_POST["senha"]; //Recebe a senha do form "index.php" //Força a...
asked by 03.07.2017 / 16:26
0
answers

How to retrieve / get the value of the "unicodePwd" attribute in Active Directory through a java application

I've read several articles here on StackOverflow on how to get the value of the "unicodePwd" attribute in AD (Active Directory), but none of these articles helped me in this situation. Well, why do I need this information? I'll explain: I...
asked by 05.10.2016 / 17:04
0
answers

Creating Active Directory Users Using Forms

I'm creating a form to create a user with the fields in question, but at this point you're giving me the following error:    New-ADUser: The server is not available to process the request   At D: \ Scripts \ CreateUsersAD \ CreateUserAD_v2.p...
asked by 28.09.2016 / 12:30
1
answer

Login with ActiveDirectory

I'm trying to connect to AD. But the error is displayed:    Warning: ldap_connect (): Could not create session handle: Bad   parameter to an ldap routine in C: \ Program Files   (x86) \ EasyPHP-DevServer-14.1VC9 \ data \ localweb \ my portabl...
asked by 21.07.2016 / 19:37
0
answers

Globalization of Messages for Active Directory

I have an application developed in ASP.NET and uses Active Directory for authentication. Active Directory error messages, when published on my computer, appear in English, but when published on the server, they appear in English and should appea...
asked by 14.10.2014 / 15:37
1
answer

Integrate samba4 server with microsoft active-directory

I have a windows server 2003 server running as a domain controller, I have accounts, groups, etc. all right and running right there. Here's a warning from microsoft that server 2003 will no longer be supported by microsoft as everyone should...
asked by 29.06.2015 / 22:53