Displaying 2 results from an estimated 2 matches for "hispassword".
2007 Jan 04
2
Making Home Directory available for Windows Users
...be clicked on which then asks for User/Pass and
directly maps to the User's home Directory upon auth. User auth is done
through LDAP which works already.
Example:
Sharename: homedir
User clicks on e.g. \\fileserver\homedir and is asked for User/Pass, after
entering 'examplestudent1'/hispassword he sees /home/examplestudent1 .
Possible approach 1:
[homes]
comment = Home Directories
valid users = %S
browseable = No
read only = No
inherit acls = Yes
The Problem with this one is, that the User would have to type
\\fileserver\examplestudent1 to get to...
2002 Jul 22
1
Printer Migration hackery
...try 'PJL
Language Monitor' Hold? Does it precede the one file which implements the
monitor? Or all the files? Or what?
Martin Whinnery
Assistant Network Manager
South Birmingham College
-----------snip--------------------------- #!/usr/bin/perl -w
#
$USER = "myuser";
$PASSWD = hispassword";
$DRIVERTDBFILE = "/the/path/to/ntdrivers.tdb";
$PRINTDOLLARPATH = "/the/print$/path";
#Where in LDAP you keep your printers
$LDAPPRINTERBASE = "ou=hosts,dc=example,dc=com";
#Where in LDAP you keep your printer drivers
$LDAPDRIVERBASE = "applicationentity=pr...