Displaying 13 results from an estimated 13 matches for "tempuser".
Did you mean:
tempusers
2003 Jun 10
4
Windows XP Machines (well mostly the XP ones) hanging
...ol/samba/mothra
browseable = yes
public = yes
writeable = no
printable = yes
valid users = @smbusers @pcadmin
[lj5000]
comment = Main Office Laserjet
printer name = lj5000
path = /var/spool/samba/lj5000
browseable = yes
public = yes
writeable = no
printable = yes
valid users = @smbusers @pcadmin @tempusers
[mrt]
comment = Hewlett Packard CP1700
printer name = mr_t
path = /var/spool/samba/mrt
browseable = yes
public = yes
writeable = no
printable = yes
valid users = @smbusers @pcadmin
#[Stylus]
#comment = Epson Stylus Near Saul
#printer name = stylus
#path = /var/spool/samba/stylus
#public = yes
#...
2015 Apr 17
5
NSLCD works, do I need RFC2307 extensions enabled in AD as well?
...this linux box as a smb file server for windows clients.
I installed NSLCD to allow users in AD to authenticate against my linux
server per
https://wiki.samba.org/index.php/Local_user_management_and_authentication/nslcd
getent passwd and getent group returns domain users with UID mappings like:
tempuser at vanguard.mydomain.org:*:16043:16043:temp
user:/home/VANGUARD/tempuser:/bin/bash
Those same users can log into the linux box with their domain credentials
via ssh and create files owned by them
However I can't figure out how to configure Samba to allow these same users
to access a samba fil...
2001 Sep 25
3
What the HELL is deadbeef?! Or lstat64.c?
OK, I have windoze ME installed on my system and have been trying to run IE
6.0 with wine release 20010824. Trying to start iexplore.exe goes along
until:
Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code
(0xdeadbeef).
In 32-bit mode.
0xdeadbeef (_end+0x9df10793): *** Invalid address 0xdeadbeef
(_end+0x9df10793)
-- no code --
Enter path to file 'lstat64.c':
2015 Apr 17
0
NSLCD works, do I need RFC2307 extensions enabled in AD as well?
...file server for windows clients.
> I installed NSLCD to allow users in AD to authenticate against my linux
> server per
> https://wiki.samba.org/index.php/Local_user_management_and_authentication/nslcd
> getent passwd and getent group returns domain users with UID mappings like:
> tempuser at vanguard.mydomain.org:*:16043:16043:temp
> user:/home/VANGUARD/tempuser:/bin/bash
> Those same users can log into the linux box with their domain credentials
> via ssh and create files owned by them
> However I can't figure out how to configure Samba to allow these same users
&...
2003 Jul 13
1
--include-from with no source directory
...http://groups.google.com/groups?q=rsync+include-from+cat&hl=en&lr=&ie=UT
F-8&oe=UTF-8&selm=b2h7t8%2422nt%241%40FreeBSD.csie.NCTU.edu.tw&rnum=2
I find myself in a very similar position.
Ideally I'd have a single file, as follows:
+ /www
- /www/bigstuff
+ /home
- /home/tempuser
+ /var/log/httpd
These are directories I'd like to backup recursively.
This currently seems akward to do with the current version of rsync.
If I do a
- /*
In the file I then have to make sure to include parent directories for
all the patterns I want to match.
On the rsync commandline...
2015 Apr 20
0
NSLCD works, do I need RFC2307 extensions enabled in AD as well?
...t example.com
Enter rowland at example.com's password:
Domain=[EXAMPLE] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
smb: \>
Is this the way you mean ?
Rowland
>
> getent passwd and getent group returns domain users with UID
> mappings like:
>
> tempuser at vanguard.mydomain.org:*:16043:16043:temp
> user:/home/VANGUARD/tempuser:/bin/bash
>
>
> Well, that's wrong for a start, you seem to be getting the users
> principal name, it should look like:
>
> I need to support UPN names for my scheme to work.
>
&g...
2010 Oct 04
1
Splitting a DF into rows according to a column
Hi,
I'm turning my wheels on this and keep coming around to the same wrong
solution - please have a look and give a hand ...
The premise is: a DF like so
> loremIpsum <- "Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque leo ipsum, ultricies scelerisque volutpat non, volutpat et nulla.
Curabitur consequat ullamcorper tellus id imperdiet. Duis semper malesuada
2001 Sep 08
5
Wine and Windows 2000
I had the latest wine running under winblows 98 SE for a week or two with no
problems, then I installed winblows 2000 and now I cannot get wine to work.
It is important for me to get it running again since I run United Devices
cancer research agent (http://members.ud.com) 24/7 to help them find a cure
for cancer. Is wine compatible with Win2k, or will I need to re-install 98
again?
--
Interested
2006 Apr 14
1
Script.aculo.us Effects with callbacks not working as it should.
Hello all!
I''m having a problem which is driving me insane.
It''s probably related to the fact that I''m new to javascript.... :)
Here''s the thing, I have a couple of effects which are all being put
in the queue.
Some of these effects have callbacks; e.g. "afterFinish".
But the calback is being made directly instead of after the effect is done.
The
2009 Feb 11
2
very noobish question about how WinE works.
so I understand it's now called "Wine Is Not an Emulator",
after being called "Windows Emulator" back in the day.
anyway -- it's a great piece of software.
but I have a question: actually I'll ask by a practical example.
say I install 7-Zip under Wine, and archive some things.
question is: how will the performances compare to what I'd get under Windows?
2001 Sep 25
1
wine reports wrong version
I have been running, first, codeweaver's wine and, just recently I built
and installed wine-20010918-1. Nonetheless, no matter which version I have
had, doing a "wine --version" produces "Wine release 20010824".
I have uninstalled wine before switching from one version to another.
Doing "rpm -qa |grep wine" shows only wine-20010918-1 installed. Somewhere
2008 Apr 05
0
Time quota for users in samba PDC
I have successfully created a samba PDC server with OpenLDAP back end in
my school on ubuntu 7.10 and its corresponding latest samba package 3.0.26a.
We need to distribute time quota for each user, for example 40 hours per 2
weeks. How can I do it with samba? If there's no straight forward way yet,
then are there any pointers to do it efficiently?
I have seen one project on sourceforge that
2001 Aug 28
1
wine and windoze me
I have tried codeweavers wine and now the latest cvs version of wine dated
2001-08-24. In no case am I able to run anything but notepad from windoze
ME. The doze media player...nope, internet exploder? nope.
Here is what I get trying to run windoze media player:
wine --managed --winver win98 /mnt/win_c/Program\ Files/Windows\ Media\
Player/wmplayer.exe
fixme:shell:SHRegGetUSValueW