在SharePoint中未更新AD安全组 [英] AD Security Groups Not Updating in SharePoint

查看:52
本文介绍了在SharePoint中未更新AD安全组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在内部使用SharePoint 2013 Standard.我们也使用AD导入.就在最近,我们注意到通过AD安全组被授予访问我们站点权限的人们无法访问以前没有问题的站点. 如果我直接添加它们,则他们可以访问它.他们所有人都说他们最近更改了密码,但是距离他们已经有几个星期了,他们的访问权限似乎在几天前就已经改变了.我还要注意,我们的系统崩溃了 最近,原因未知,我们确实发现了一些在重新启动时设置不正确的东西.我已经过搜索和研究,希望能找到一些建议,以查找要查找的内容和查找的内容,以确保正确设置所有内容.  

谢谢!

解决方案

Mhodge15,

使用以下PowerShell设置WindowsTokenLifeTime = 10小时,LogonTokenCacheExpirationWindow = 10分钟

 


sts = Get-SPSecurityTokenServiceConfig


sts.WindowsTokenLifetime =(New-TimeSpan –Hours 10)

We are using SharePoint 2013 Standard on premises.  We use AD import as well.  Just recently, we've noticed that folks that are being given access to our sites through an AD security group cannot access the site they had no problem accessing before.  If I add them directly, they can access it.  All of them said they had recently changed their password but it had been several weeks since they had and their access seems to have changed just a few days ago.  I should also note that our system crashed recently, cause unknown, and we did find some things that were set up incorrectly when it was brought back up.  I've googled and researched, I'm hoping to find some suggestions on where to look and what to look for to make sure everything is set up correctly.  

Thank you!

解决方案

Hi Mhodge15,

Using the following PowerShell to set the WindowsTokenLifeTime = 10 hours, LogonTokenCacheExpirationWindow = 10 minutes


sts = Get-SPSecurityTokenServiceConfig


sts.WindowsTokenLifetime = (New-TimeSpan –Hours 10)


这篇关于在SharePoint中未更新AD安全组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆