Jump to content

Linking a database field to Active Directory Users


This topic is 5061 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi Guys,

Im new with Filemaker Pro and main objective is start a new database for Asset Management. Assuming that the Filemaker Server used has successfully authenticated to Active Directory service, is it possible to define a field in the database and link it to a user in Active Directory? Thanks. Hoping for a response soon.

Link to comment
Share on other sites

is it possible to define a field in the database and link it to a user in Active Directory?

Yes and no. It depends on what you mean by "link to the Active Directory".

To get external authentication working you need to create an account in the FM database that is set to externally authenticate. On the Active Directory, create a group with the same short name as the EA account in the database, and add the AD users to this group.

After the users have authenticated to the FM database the Get( PrivilegeSetName ) function will return the name of the privilege set attached to the AE account, and the Get( AccountName ) function will return the username that was entered during authentication (not the name of the account in the database, the name of the user -- this is really cool).

So you can create calculated fields in the database that can return the authenticated username and the privilege set name.

If there is other data you need to get out of the AD then you'll need to query the AD in some other way. I believe there are plug-ins that will allow this.

Link to comment
Share on other sites

This topic is 5061 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.