How does Trust know to request kerberos?
i'm trying figure out how trust know use kerberos versus form of auth. here scenario.
forest - crayons.com
domain - red.crayons.com
forest - markers.com
domain - blue.markers.com
there one-way trust, non-forest trust, between domains blue.markers.com trusts red.crayons.com.
when user in red.crayons.com wants access sharepoint resource in blue.markers.com use kerberos compared accessing secured site on web such support.symantec.com. how red domain know can kerberos ticket blue when support.symantec.com client resolve name in dns , authenticate via symantec web form.
https://technet.microsoft.com/en-us/library/cc773178%28v=ws.10%29.aspx?f=255&mspperror=-2147217396
thanks!
the client/system doesn't "know" going on trust. trusts transparent clients. replies on assigned permissions to objects. for example, symantec.com allows "everyone" view it's homepage. doesn't matter domain/forest coming from, can see website. symantec have restricted area need login website. if active directory integrated site, pass entered credentials into active directory. if username is part of a group, such authenticated users, grant permissions website.
the object model looks like:
client --> website --> object --> permissions or access control list --> active directory <-- ad trust <-- trusted groups <-- trusted user
please note it's not "user" trusted. it's "groups" trusted. users part of groups means permissions. domain trust tells domain these "groups" trusted, or allow authentication. follows through chain granting permission client itself.
kerberos tickets temporary. last short period of time. means if request "kerberos ticket", it should temporary thing. typically, don't need "request kerberos" ticket done on ldap, layer down, when access object.
you can read more on kerberos tickets here: https://technet.microsoft.com/en-us/library/cc961966.aspx
i need more information trying do, or error message dig in further. thoughts on surface need enable "ldap support" allows communicate active directory structures.
entrepreneur, strategic technical advisor, , sr. consulting engineer - strategic services , solutions check out book - powershell 3.0 - wmi: http://amzn.to/1bnjomo | mastering powershell coming in april 2015!
Windows Server > Directory Services
Comments
Post a Comment