码迷,mamicode.com
首页 >  
搜索关键字:different ways to ad    ( 18004个结果
sharepoint 2013基于AD的Form表单登录(三)——选择用户时,屏蔽掉AD。
隐藏AD人员选择,$ad.IsVisible设置为true,则显示出AD里用户$cpm = Get-SPClaimProviderManager$ad = get-spclaimprovider -identity "AD" $ad.IsVisible = $false $cpm.Update()
分类:其他好文   时间:2014-04-30 03:42:37    阅读次数:420
sharepoint 2013基于AD的Form表单登录(二)——form登录页面自定义
配置好了sharepoint 2013基于AD的Form登录,只是成功了第一步,如何自定义登录页呢?特别是不要出现sharepoint2013自带登录页面,每次登录前还需要选择是否是form或者windows验证。 打开vs2012新建sharepoint 2013 project,在la...
分类:其他好文   时间:2014-04-30 03:14:58    阅读次数:713
Holding Your Objects
# Holding your objectsJava provides a number of ways to hold objects :>1. An array associates numberical indexes to objects. It holds objects of a kno...
分类:其他好文   时间:2014-04-28 12:41:47    阅读次数:445
How can I add a new user as sudoer using the command line?
Two ways to use sudo command for a standard user account:First,If you want to use sudo command for a standard user account, then you need to add this ...
分类:其他好文   时间:2014-04-28 00:42:49    阅读次数:616
18004条   上一页 1 ... 1799 1800 1801
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!