Adding a user with home directory
Hi,
When I add a new user to the AD with a home directory specified I want the directory to be created (as if I added the user via the user manager). I want the new user to be the owner and the permissions set correctly.
How to I do this?
Thanks,
/C
There is not a ready, easy-made solution for this. You would have to go out to the server or DFS share and create the directory yourself. Then you would need to apply the appropriate permissions yourself as well. It can be done in code, but requires knowledge of DACLs and ACEs.Ryan DunnWeblog The BookLDAP Programming Help
Also,...
Retrieving Home Directory from AD user.
Is it possible to authenticate users against users in the Active Directory, and, upon authentication, retrieve their Home Directory? We need this for our school (students can log in remotely and get their files).
If you can't get the home directory, can we see which Roles they belong to?
Thanks.
You can certainly do both.
The attribute for home directory is called "homeDirectory", so, to retrieve a user's home directory, you could do something like this:
Dim user as New DirectoryEntry("LDAP://CN=Brian,DC=mydomain,DC=local")
Dim share as String = Ctype...
Move home directories to different serverWhat is the best way to move users' home directories from NW 5.1/NSS to
a new NW 6.5 server? We are doing no hardware migration, the source
server remains running, I just need to move the users' data out of it.
I tried to use the Novell Server Consolidation Utility to copy few
testing directories to a temporary space on new server. It did it right,
but how can I do the change of users' home directory entries in
eDirectory? There are 4000 user accounts in our network. Is there some
tool for such task or any scripts, examples?
Thank you.
Lukas Kubin
I believe one o...
Server Rename User Home DirectoriesI renamed a NetWare 6.5 sp3 server. Everything seemed to go ok except now
the user home dir attribute in NDS is gone. Is there an easy way to get
this back or is it divide and conquer time.
Thanks,
Brian
--
Brian T. Payne BS, CNA 5, Net+
Mount Vernon Nazarene University
Mount Vernon, OH 43050
email: bpayne@mvnu.edu
Brian Payne wrote:
> I renamed a NetWare 6.5 sp3 server. Everything seemed to go ok except now
> the user home dir attribute in NDS is gone. Is there an easy way to get
> this back or is it divide and conquer time.
http://www.novell.com/co...
MSDE Installation Help -- Installation Error (SetUp Failed To Configure The Server.) Help!
Dear Forum,
I am attempting to install MSDE to my PC in order to work with databases from my ASP.NET Web Matrix program. So far I was able to do the following...
Drop to the command line a extract the MSDE files from a CD ROM
Select and initiate the setup.exe file and begin running the installation
However, the installation gets hung up when attempting to configure the server. I checked the error logs and the last log entry prior to the installation error message reads...
"SQL Server is terminating due to 'stop' request from Service Control Manager."
After which...
Move user home directory to new serverI want to move multiple users home direcotry to new server, the only
change is server and volume, there is no change on path.
How can I do this?
I tried NWadmin to modify multiple users, after I put in new volume and
apply the change, the path have been overwirte, and become blank. I tried
to put variable %username or %login_name, they won't pick it up.
,
> How can I do this?
>
You could use UIMPORT for this, or easier SETHOME from the JRB
utilities.
- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop (http://support-forums.novell.com)
Pedag...
Install into user's HOME directory?On page 86 of the IDM 3.01 install guide for User App, it says that you
shouldn't login as ROOT to install, but that the install directory goes
into the user's home directory in the /novell/idm directory.
Now, why would you want to install something into a specific user's home
directory for server-based software that needs writable access?
Is there a better place to install the User App to? (/usr or
something)?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Why does the software need writeable access? Except for the logs (and
temporary files for JBoss), perh...
move user home directory to secondary serverI have to move user home directories to a secondary server. What's the
best way to establish the new home directory reference in console one. I
can go to the screen containing the home directory reference and manually
enter the new location. Is there an automated way to do this??? i have
already taken care of rights on the secondary server.
Any Ideas???
asalazar@ci.chico.ca.us wrote:
> I have to move user home directories to a secondary server. What's
> the best way to establish the new home directory reference in console
> one. I can go to the screen contain...
Move User home directories to new volume on same serverRunning NW65SP7.
We would like to move our USER home directories from one NSS volume to
another NSS volume on the same server. We have used the 3rd party NWCOPY
utility in the past for large inter/intra server file copies and it seems to
work good. Since NWCOPY allows us to pre-copy the data in smaller chunks at
a convenient time and then do a smaller delta/synch copy when the final
cutover is planned, we likely plan on using this utility in combination with
some other utilities like HOMES to change the eDir home directory attributes
and file rights.
Just wanted to get some i...
How to setup different home directories and .INI locations for users.
We are trying to setup a WDK environment similar to what we did with
Citrix. In Citrix, each user could have a different "home" directory.
Also, each user could have their own WIN.INI.
I can't find any reference to this in the WDK documentation. How is
it done?
I don't believe that is possible. However, you should be able to store user
specific information in the registry.
On Fri, 07 Apr 2000 18:10:45 GMT,
in sybase.public.webdeploykit
Matthew Chestnut <NOSPAM_matthewc@proam.com> wrote:
>We are trying to setup a WDK environment similar to wh...
Users refused SSH connection of home directory server.I have an odd situation when using SSH connections for secure FTP file
access on my NW6.5 servers.
I've got two main data servers. Both are identical in setup: NW6.5SP8/eDir
8.8SP5 VM's running on identical Dell PE1950's attached to a Hitachi SAN
array.
One server hosts the users' home folders, the other holds data shared across
the enterprise.
I have a third data server at a remote campus.
With the server that hosts the user's home folders, I've several accounts
that are not able to connect. The server logs indicate a failed password.
That same user,...
NIS setup with user home directory on one server
Hi all,
I am new to OpenSuse.
I am attempting to setup the following:
1.User login/authentication via a single NIS server.
2. User home directory should also be on the Same NIS server.
3. If possible to setup a single shared home directory for all users.
OpenSuse version 11.2
There are twelve workstations from which users will login using the
NIS authentication.
I have succeeded in setting up NI server. However login fails as the
home directory is not accessible.
Any help / suggestions would be welcome.
Tushar
--
tvyoda
----------------------------------...
Creating a user directory other than home directoryHey there,
I have a two-fold problem. I have JRB utilities but I can not see how to
make this work.
We created a directory in the users home directory. We want to move all
these directories out into another main directory and have the same file
rights. Plus, when we add new users, we want this directory to be created
automatically.
Each teacher has a directory called GQWIN in their home directory. This is
their gradebook. We want to move all of the teachers gradebooks into one
central "Gradebook" directory, then their username, then the GQWIN
directory.
Curren...
Active Directory user home directoryHi all.
I have a question, how to sync home directorires of users from Identity
Vault to Active Directory?
Into AD there are 2 LDAP attributes calleds homeDrive (the network drive
letter) and homeDirectory that is the network path used to map during user
login.
My doubt is about the eDirectory volume information. The volume will be not
sync to the AD because AD does not recognize this information, right? So,
how to sync? I was thinking about create 2 eDirectory attributes where I
can write theese informations.
What do you think about this?
Anyone can help me?
Best regards...