|
I'm working on converting my users from local machine based profiles to network profiles stored on a centralized fileserver.
The majority of my users are "local", in that they work in the office 75% of the time. I think I will get some resistance from...
Started by Matt Simmons on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
-do NEVER EVER use roaming profiles for laptops
-If you need to backup the user's profile look "at logon" but....
NEVER EVER use roaming profiles if there is a chance the user will log on through a slow link (e.g.
|
|
What is the best way to enumerate all of the user profiles on a computer?
I know how to get the currently logged in user profile, and I know how to get the "all user" profile. But I'd like to get a list of each and every profile on the computer.
Started by Net Citizen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
When do you count a roaming profile to be on the computer? Also.
With that, in the presence of roaming profiles.
|
|
Is user profiles an appropriate place to store things like number of items per page in a custom grid user selected? (I you can store it in the view, but it won't be per user this way).
My first though was to store these settings in user profiles, but ...
Started by axk on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And as you have the ASP.Net user database.
Maybe a Global List, that is only accessible for the SHAREPOINT\SYSTEM User and that you can database with values stored against AD login should suffice.
|
Ask your Facebook Friends
|
My company is evaluating a plan to migrate from Windows to Linux. Can you suggest something in Linux analogous to roaming user profiles and domain users in an Active Directory environment?
Started by Nulldevice on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Roaming profiles exist (iirc, my Windows....
No problem: there's your domain users.
Just make a Linux KDC or your old domain controllers .
Directories), having home-directories - and thus user profiles - on the network is easy.
|
|
I have an mvc app where I want to assign a user to a profile. I have two multiline select lists (i.e <select size="10"></select>). One for profiles the user is part of and one for the available profiles the user can become part of.
I am using...
Started by modernzombie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
[AcceptVerbs(HttpVerbs.Post)] public ActionResult SaveProfile(FormCollection collection)....
Then update the model and store the data.
Pass in the FormCollection to the action.
You could have a script to select everything in the list on the submit event .
|
|
For a client/server application I need to centrally store parts of the configuration information that usually goes into the users profile directory.
The client application would on first use write a file or registry entry with a GUID into the current ...
Started by Sebastian on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Note that only the last four digits are incremented as new accounts S-1-5-21-191058668-193157475-1542849698-1000 User 1 S-1-5-21-191058668-193157475-1542849698-1001 User 2 S-1-5-21-191058668....
The SIDs for four local user accounts.
|
|
I'm trying to find a way to hide a user profile in SharePoint temporary from the People search result.
What are the possible solutions?
Is it possible for me to set some kind of crawl rule to skip some user profiles based on a flag? or Can I lock a user...
Started by SJ on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can also remove the user programatically and recrawl, however, I'm pretty sure the ....
You can delete the user from the import source (AD, LDAP etc at the username and show everyone but that user.
It is not different at all.
|
|
I have an issue that is driving me a bit nuts: Using a UserProfileManager as an non-authorized user.
The problem: The user does not have "Manage User Profiles" rights, but I still want to use the UserProfileManager. The idea of using SPSecurity.RunWithElevatedPrivileges...
Started by Michael Stum on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I notice use an application pool identity that....
Grant that user Manage user profiles permission.
Admin Navigate to the Shared Service Provider Under User Profiles and My Sites navigate sites App Domain is running under.
|
|
Django lets you create a model foreign-keyed to User and define it in settings as the official "profile" model holding additional data for user accounts. django-profiles lets you easily display/create/edit that profile data. But the user's primary email...
Started by shacker on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Another option (bad) would be to hack django-profiles app and change we ended up using:
# urls.py # First match /profiles....
The appropriate profile belonging to that user by matching some other parameter you could pass if there is one.
|
|
I have a few users in a very old workgroup that log directly into their local machines (Windows XP Pro). This week they're finally moving to active directory and will need to log into domain accounts instead. However, some of these users have been around...
Started by Joel Coel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Advanced in User Profiles, click the Settings button Select the local user's profile, click on Copy of the following:
Join the domain Log in as the new domain user, and log out Log back in as an account with admin ....
|