Tagged Questions
0
votes
2answers
27 views
How to exclude users from view access?
We have a SharePoint 2007 site that is viewable by "All Authenticated Users".
As part of company policy, when an employee is terminated or leaves, we modify their active directory account to remain ...
0
votes
1answer
73 views
Searching user in directory services in very slow
When adding a user to a SharePoint site, searching that user in directory services is taking more time than usual, in some cases more than a minute.
Is there any specific reason for this? Can the ...
0
votes
3answers
278 views
PeoplePicker not find users in FBA using multiple domains
I'm facing a problem with my forms authentication that has consumed me some good hours.
My forms authentication points to 2 providers. Both are AD using a ldap connection to diferent domains.
I have ...
1
vote
1answer
111 views
Mutiple User Conflict : User changes after clicking ok in People Picker/Address book
I am trying to add a specific user on a SharePoint Site. While searching for that user in Address book by"Name" say "User A", its showing the correct user. But when i add that user by clicking Ok, ...
1
vote
1answer
163 views
custom pickerEntity tied to Sharepoint list
I have an application page that uses sharepoint people picker. I also have another sharepoint page that has what I called allContacts, which is a custom list with unique contacts. I want the people ...
0
votes
2answers
456 views
How to Display a treeview Control in a webpart Or Alternatives
Hi I developed a TreeView that listing groups and users in them, but for some reason I cant find the best way even googled it,
here's the Code
protected override void CreateChildControls()
{
...
1
vote
2answers
682 views
Domain user cannot be found
I'm trying to add my domain account as a secondary site collection admin but for some reason it can't find the account.
I'm currently logged in with servcenter\my.name but the people picker does not ...
0
votes
1answer
655 views
Everything needed for getting AD groups into Sharepoint for use in Audiences rules
I've been having trouble getting AD groups to show up for use in Audience rules, and a search online shows a lot of other people do, with very few sharing what is required.
Can anyone add anything to ...
0
votes
1answer
592 views
MOSS 2007 Cannot connect to configuration database after installing AD
I'm facing Cannot connect to configuration database error while trying to access my site. This happened after I installed Active Directory and made my sharepoint server the domain controller, which I ...
1
vote
2answers
2k views
How do I pull the email address from Active Directory?
I have a custom phone list that was populated from an Excel spreadsheet. I have to add the email address to this list in SharePoint. How do I query Active Directory for the correct email address for ...
0
votes
1answer
476 views
Sharepoint 2007: User name changed in ActiveDirectory. Old name still shown at top right of portal page
I now have 2 users whose names are not correctly displayed in the 'welcome' menu at the top right of the page.
The first user married and her surname changed. The new name was entered in ...
1
vote
2answers
5k views
How to synchronise changes in Active Directory with Sharepoint profile info
I recently had an incident where the email details of a Sharepoint user were changed in Active Directory. These changes were not transferred into SharePoint and I had a problem in one of my web parts ...
0
votes
1answer
1k views
stsadm createsite “User cannot be found” error
I'm trying to create a site collection via stsadm. I do:
STSADM -o createsite `
-url "<url>" `
-title "<title>" `
-description "<desc>" `
-lcid 1033 `
...
