Questions tagged as 'active-directory'

0
answers

Eclipse - How to deny build access for specific users

Good afternoon! We are using Eclipse with TFS (Team Foundation Server) to do file versioning here. However, we also need to control which users will have access to compile the files (which is not possible through the versioning...
asked by 07.07.2016 / 19:41
0
answers

Synchronizing LDAP user using SAML

I implemented product authentication using SAML. This product has a user synchronization routine with Active Directory. Does anyone know if problems can occur in triggering synchronization using SAML, since the Identity Provider will be in anoth...
asked by 27.02.2015 / 13:19
0
answers

How to validate an AD user through a field using an MVC app?

I'm developing an MVC Sharepoint app that creates an AD user on Sharepoint, so I need a field similar to the SharePoint:PeopleEditor that exists in ASPX to validate those users at the time of registration. Is there an alternative? Or s...
asked by 17.11.2014 / 20:39
1
answer

Insert data into Active Directory via SQL SERVER

I'm working with integration between Sql Server and Active Directory. I can already import AD information through scripts. I would like to know if it is possible otherwise, through insert commands, to insert information into AD users. For exampl...
asked by 08.08.2014 / 16:53
2
answers

AD Group Restrictions

I am currently developing a WebAPP where I have already been able to have the login confirm the credentials of the user in AD. Basically the login already works correctly. My goal now is to create 1 group in AD and specify that only those in...
asked by 03.02.2017 / 12:20
1
answer

List AD groups through a query

I want to do a direct query to Adctive Directory. I need to know which groups Views are linked to, the same goes for users. The structure, for neighbors to understand better: a group is created where a view is bound, for that group of the vie...
asked by 21.01.2016 / 14:37
1
answer

Deploying single sign on using AD

Is it possible to implement single singn on, using AD? How will my legacy applications communicate with AD? Will you have a WS?     
asked by 16.12.2015 / 19:53
1
answer

Sign in to AD

Good evening guys, I need to login to AD using C #, I've heard of a class called PrincipalContext, do you know how to use it? I saw that I have to go through Domain, would not it work just like the DiretoryEntry using LDAPPath?     
asked by 04.09.2015 / 05:47
1
answer

Querying in AD (Active Directory) with PHP

I currently have in the environment the AD (Active Directory) of Windows Server 2012. Now in my PHP application I can already connect to this AD via ldap_connect + ldap_bind . However, I would like to make a query within AD. Search for e...
asked by 24.04.2015 / 20:31
2
answers

Adding values from a column with Ruby

Hello, I'm starting out with Ruby On Rails, and I'm making an application that manages expenses. Well what I need to do add up all the expenses of the "value" column and show in the view. I'm trying the following in ActiveRecord def total...
asked by 01.10.2014 / 05:02