How to enable Lockdown Feature under Team Site SharePoint 2010

Hi All,
I have created a team site and published with anonymous, and it is working fine as expected but users are able to see application pages.
Does lockdown feature available with team site?
How can i enable view lockdown feature to team site?
Before enabling lockdown feature in Team Site, Do i have to enable first publishing feature?
MercuryMan

Check this article ‘Limited
access’ and default permission levels vs. lockdown mode (SharePoint 2010).
You could try running stsadm command to enable lockdown feature on your SharePoint 2010 team site.
Regarding point 3. Before enabling lockdown feature in Team Site, Do i have to enable first publishing feature? -
Check this link: Item-Level
Security, Sharing and the SharePoint Publishing Infrastructure Feature
You could try a custom solution also: http://customlockdown.codeplex.com/
Couple of other reference links
http://blogs.msdn.com/b/russmax/archive/2010/01/22/lockdown-mode-in-sharepoint-2010.aspx
http://blogs.msdn.com/b/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx

Similar Messages

  • How to Enable Lync Windowphone agent on Lync Server 2010

    How to Enable Lync Windowphone agent on Lync Server 2010 ?

    Can you please elaborate. Do you mean to enable a Lync user to use the Lync Mobile Client for Windows mobile devices in a Lync 2010 environment?
    If so, in Lync 2010 there is no special enable setup other than allow the user to have remote access. Of course the MCX service needs to be working.
    Look forward to more details
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Lync Sorted blog

  • How to enable Extended Features in Reader 10

    I have pdf forms that were created in Acrobat 8 Pro. Users could change the fields on the forms and save them. Our Enterprise has since "upgraded" to Reader 10. Users can longer make changes in the fields of the forms created in v.8 Pro. I have read the solution in this forum to this issue, which is:
    "To Reader-enable a document in Acrobat 10, select: File > Save As > Reader Extended PDF > Enable Additional Features.
    Do this as the final step when preparing the document to be sent out."
    However, I do not have File > Save As > Reader Extended PDF. Under the File > Save As menu, I only have PDF or Text, not Reader Extended. So how can I fix these pdf's so users can edit the fields and save them? We have hundreds of these documents we need to edit then save. Many thanks.

    If your menu only says "PDF" and "Text" you're in Adobe Reader, not Acrobat.

  • How to enable all options under "Text Edits"

    Hi,
    How to activate all options under "text edits" see screenshot.

    Hi,
    I discovered, these options are not enabled for scanned PDF files.
    Thank You

  • How to enable WebScan feature in LaserJet Pro MFP M126nw Printer

    I have installed a new LaserJet Pro MFP M126nw printer with wireless configured. The IP Address is 192.168.0.21. I visit http://192.168.0.21 through browser. I don't see Print/Copy/WebScan options there. I can see rest of the configuration tabs.
    I am interested in WebScan feature to scan document from my Chromebook. Please let me know how to enable this.

    Hi,
    The Webscan feature is not available on laser printers, it is only available on Inkjet printers.
    I afraid you can only print from a Chromebook, scanning to a such is not supported with the HP Laserjet Pro MFP M126 printer.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • How to hide list for particular users in SharePoint 2010

    Hello Experts,
    How to hide/Show Custom list to a particular user or group in SharePoint 2010
    Thanks in advance.
    Thanks & Regards, Abasaheb Dubal.

    All the lists in SharePoint inherits permission from its site. To hide a list from a user or a group what you can do is break permission inheritance at the particular list level.
    1) Go to List and then click List Settings from the Ribbon.
    2) Under permissions and management click Permissions for this list
    3) Click Stop Inheriting Permission from the Ribbon
    4) Remove User or Group that you do not want to share that list with.
    Amit

  • How to create a custom Contacts list in SharePoint 2010 from accounts already in AD

    Hi folks,
    Newbie to SharePoint but not to being an Administrator.  Problem is that in my new functions I no longer am an Admin.
    I have been asked to post contact lists (Excel) on the SharePoint site.  (fairly easy to do)
    But I though....we already have these people in AD and the GAL
    Why can't I just import what I want only and display that in SharePoint.
    I assume this is possible?
    I do not have SharePoint designer nor any programming experience....so no coding for me.
    Running SharePoint 2010 and Outlook 2010
    Can anyone guide me or give me info on how to do this?
    I do not want everyone in the AD/GAL.  Just some specific names with their contact info

    Hi,
    Please check this
    http://beyondweblogs.com/update-user-profile-in-sharepoint-programmatically/

  • How to REpublish Custom Task Forms (InfoPath) to SharePoint 2010 State Machine Workflows

    I am new to SharePoint. Sorry if answer to my question is obvious.
    I've create Custom Task Form in InfoPath and publish it (File/Publish/Network Location [Form Template Path and filename='MYPROJECT/Forms/ApprovalForm.xsn'; Form template name='ApprovalForm'], in the next window I've cleared Public URL according to the articlehttp://www.codeproject.com/Articles/195348/SharePoint-2010-State-Machine-Workflows-with-Custo).
    After it I've added module Forms, and added ApprovalForm.xsn from the existing items.
    My xml files: Elements.xml
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Workflow
    Name="Order New Server"
    Description="My SharePoint Workflow"
    Id="482cbc86-b717-4981-a49a-3cf4c89e9399"
    CodeBesideClass="Myproj.OrderNewServer.OrderNewServer"
    CodeBesideAssembly="$assemblyname$"
    TaskListContentTypeId="0x01080100C9C9515DE4E24001905074F980F93160">
    <Categories/>
    <AssociationData><Data></Data></AssociationData>
    <MetaData>
    <AssociationCategories>List</AssociationCategories>
    <Task2_FormURN>urn:schemas-microsoft-com:office:infopath:ApprovalForm:-myXSD-2012-03-09T14-11-55</Task2_FormURN>
    <StatusPageUrl>_layouts/WrkStat.aspx</StatusPageUrl>
    </MetaData>
    </Workflow>
    </Elements>
    Feature.Template.xml:
    <?xml version="1.0" encoding="utf-8" ?>
    <Feature xmlns="http://schemas.microsoft.com/sharepoint/" ReceiverAssembly="Microsoft.Office.Workflow.Feature, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Receiverlass="Microsoft.Office.Workflow.Feature.WorkflowFeatureReceiver">
    <Properties>
    <Property Key="GloballyAvailable" Value="true" />
    <Property Key="RegisterForms" Value="Forms\*.xsn"/>
    </Properties>
    </Feature>
    My form work fine, but when I make changes and republish it, it doesn't update (I see old form). What I tryed:
    IISReset
    Clear all cookies and cache in IE
    Retract solution, restart VS2010, reboot computer.
    Change assembly number, guid.
    I have no ideas, what can I try for republish my form with changes.
    Thank you in advance for any suggestions.
    PS: sorry for my writing. English is not my native language.
    PPS: when I save new Form to new location and add it to the project, it works.

    I've found how can I republish changes. But it seems more like crutch than solution, but it works:
    After republishing InfoPath form, I delete file from project (DEL on ApprovalForm.xsn in Solution explorer) and after it add it again. (Add/Existing Item). And then redeploy! Hurray!
    Is there any way to redeploy a Task Form directly on the server without importing it in Visual Studio again? I am using some data connections in my task form which are different for different environments (staging, dev. etc.). Seems like I've to create a separate
    Workflow WSP file for each envrionment. Any comments?

  • Issue while accessing the SharePoint site - SharePoint 2010 - after Password update

    SharePoint site is working until we update the password(as it is expiring, we have created a new password) .
    We have updated the password in central admin.
    After password update, getting the below
    error.
    Exception
    Details: System.InvalidOperationException: Operation is not valid due to the
    current state of the object.
    [InvalidOperationException: Operation is not
    valid due to the current state of the object.]
    Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext
    context) +26890024
    Microsoft.SharePoint.Utilities.SPUtility.DetermineLayoutsUrl(SPWeb overrideWeb,
    HttpContext context, Boolean includeLCID, Boolean doNotInitWeb) +252
    Microsoft.SharePoint.Utilities.SPUtility.DetermineRedirectUrl(String
    urlProposed, SPRedirectFlags flags, HttpContext context, SPWeb overrideWeb,
    String queryString, String& urlRedirect) +616
    Microsoft.SharePoint.Utilities.SPUtility.Redirect(String url, SPRedirectFlags
    flags, HttpContext context, String queryString) +98
    Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(HttpContext context)
    +1077
    Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule.OnEndRequest(Object
    sender, EventArgs args) +693
    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    +80
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
    Boolean& completedSynchronously)
    +171
    We have gone through different articles and did below steps but there is no resolution for us
    1) Verified all the SharePoint services in central admin and configured the updated service account to all the services.
    2) Removed the SharePoint content DB and attached it again.
    Could you please provide any pointers?
    Marulasiddappa SB (Swamy)

    Hi,
    Please refer to Justin’s blog and see if it helps:
    http://www.justinkobel.com/post/2012/04/30/SharePoint-2010-Claims%E2%80%93Operation-is-not-valid-due-to-the-current-state-of-the-object.aspx
    As suggested by Alex, please provide more information about your process of changing password.
    Here is an article for updating passwords on SharePoint 2010:
    http://blogs.technet.com/b/seanearp/archive/2011/01/25/updating-passwords-on-sharepoint-2010.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to enable versions feature in Details- Settingsof Km iview?

    Hi
    Can any body pls help me on Vesrion history display in KM iview.
    How to make use of the feature Details->setting->versions of KM iview.When we click on this option it says that
    "Each time an item is saved or uploaded to the repository, a new version is stored by the system. You can view older versions or copy an older version to be the new current version.".This  make a call to VersionManager getVersionHistory() method.
    Infact getVersionHistory returns a list of RID.
    But this details screen is empty??????
    What to do ,to make version history appear in this detail area.
    rgds
    Shovan

    Hi Shovan,
    build number 86804.20 corresponds to J2EE engine patch 26, see SAP note 635453. This does not definitely mark what version your KMC is. For this please look under System Adminstration -- Support -- Support Desk -- Version -- Version History for ContentManagement_Collaboration.
    > Is it a kind of patch issue?
    At least this is something between possible and probable... I would advise to patch yur whole installation, and if the bug hasn't gone, you still can open an OSS message. If you would open it know, it would be quite probable that SAP would answer "Patch it!"
    Hope it helps
    Detlev

  • Digital signature, how to enable "extended feature".

    hi, i'm new to the forum..am trying to use the digital signature, but all the features are grey'd out. please help!

    How are you trying to use the digital signature? Are you on Reader or Acrobat? Version?

  • How to enable collaboration features in BusinessObjects 4.1

    Hi guys,
    Can we have collaboration features such as chat, forum, discussion in SAP BusinessObjects 4.1. For example, one client open a report and the others can comment on that session at the same time.
    Thanks

    You could look at the Jam integration:
    http://scn.sap.com/community/bi-platform/blog/2013/06/04/what-administrators-need-to-know-about-sap-bi-41-and-sap-jam-integration

  • How to enable 3D features in JavaFX 2.0 ?

    I´d try to use 3D presentation in my computer but looks like I don´t had resources to do it.
    I create a scene with depthBuffer setted to True and after test Scene3D capability.
    Platform.isSupported(ConditionalFeature.SCENE3D) returns False.
    I try this test with my computer (Win7 64bit) and another station (XP) with JavaFX 2.0 r.37 runtime and receive the same result. NotSupported.
    Anyone had any idea why ?
    I try also Ensemble sample app and again 3D exemples doesn´t work.
    I´m open for suggestion.
    regards,
    Jean Paul Lopes

    Jean,
    I had the same problem... see What determines whether 3D is supported on a given platform? for more info. Your display driver needs to be the right version.

  • How to enable visio file (.vsd) preview in sharepoint 2013

    I enabled visio service, but when I click a vsd file in document, it is not show online, just download it.
    Awen

    As per my understanding SharePoint will not open .VSD files in browser. If you are using Visio 2013 then save those files as .VSDX and SharePoint 2013 will open those files in Browser or you can save your Visio file as Web Drawing (.VDW) and they should
    open in browser as well.
    Amit

  • How to get data from subsites list of SharePoint 2010 in ssrs

    Hi,
    Can someone help me on this issue.
    I want to create a report using ssrs, I have some of the data in SQL and some of the data in sharepoint list.
    First I need to go to SQL and get the data from the table which contains URL for the subsite in sharepoint.
    after that I need to go to all the subsites and go to perticulat list in the subsites and get data from that list.
    for example, their is a top level site "abc"
    it contains sub site "123", "456","567", etc.. All this sub sites contain a list by name "Sample List", Now I need to go to that sub site list(Sample List) and get list-item column say "created By" which
    is created on particular date. 
    in my report, I need to print the sub site "url/Title" which comes from SQL database and list-item column  "Created By" of that sub site list "Sample List".
    I tried using subreport inside a report by using "Microsoft SharePoint List" as a datasource, but when it comes to real time we don't know how many subsites will be created, so we can't create a datasource for each subsite site.
    I guess we need to be using XML as a datasource, but how can we go to particular subsite in query while using XML, since all subsites have list with the same name ?
    I appreciate your help.
    Thank you,
    Kishore 

    Hi Kishore,
    SQL Server Reporting Services(SSRS) supports expression-based connection strings. This will help us to achieve the goal you mentioned in this case:
    Create a new report
    Create a Data Source in the report with the connection string like this:
    http://server/_vti_bin/lists.asmx (We use static connection string instead of expression-based connection string now, as it is not supported to get fields based on expression-based connection string in design time. We will change it to be expression-based
    connection string later)
    Create the data set(as you have done using XML query language). Please use list name instead of GUID in the listName parameter.
    Design the report(e.g. Add controls to the report)
    Now, let's change the connection string to be expression-based. First, please add a parameter to the report, move this parameter to top. This parameter is used to store the sub site name.
    Open the Data Source editor, set the connection string to be: ="http://server/" & Parameters!parameterCreatedInStep5.value & "_vti_bin/lists.asmx"
    In the main report, pass the sub site name to the report we created above via the parameter created in step5
    That is all.
    Anyway, this is actually a SQL Server Reporting Service(SSRS) question. You can get better support on this question from:
    http://social.technet.microsoft.com/Forums/en/sqlreportingservices/threads
    For more information about Expression-Based connection string, please see:
    http://msdn.microsoft.com/en-us/library/ms156450.aspx#Expressions
    If there is anything unclear, please feel free to ask.
    Thanks,
    Jinchun Chen
    Jin Chen - MSFT

Maybe you are looking for

  • Report display in Portal

    Hi, I had a report to which i had to add some new columns. I have added the new columns and ran the report in Bex analyzer which looks fine. When i run this report from the portal we have, i see the the changes are not reflected,it still shows the re

  • Long text  editor called  from report

    Hi All, I  have a requirement of displaying long text editor(like the one used for sap script) for maintaining the details for each PO in report column.A similar example is transaction SO10.I will be thankful  if anybody can help in this regard. Than

  • Appraisal - tcode access to core and end users

    Hi Experts, Please let me know which transaction code access is to be given to Super Users, Core Users and End users from the list below. And also, Please let me know if I have missed out any transaction codes related to Appraisals. T codes for PMS B

  • Script not printing throught Output type

    Dear Experts, I have developed a script which is working fine if execute directly. I have configured an output type for the transaction ME9E with application EA, when execute this through transaction with output type it is not working. Please let me

  • Efficiency while book editing

    Forgive me if I'm mentioning things already mentioned, but I just spent several heavy days in designing books, and altering templates. Here were the primary things I noticed about editing books that were barriers to my productivity: 1) Performance is