Displaying 20 results from an estimated 3000 matches similar to: "Samba + ADS + User Accounts"
2002 May 04
3
Send Password with RSYNC_PASSWORD ore --password-file
Hallo,
i am verry sorry about my bad engllish.
But i trie my best...
I trie to setup an Backupserver.
If i use this
rsync -varpog -e ssh /home/www/web6 217.172.xxx.xxx:/home/www/web6
the Server is asking me fore Password.
If i use this
rsync -varpog -e ssh --stats /home/www/web6
217.172.xxx.xxx:/home/www/web6 --password-file=host1.pwd
the Server is asking me too fore Passwort.
How i can bring
2016 Jun 10
4
Check password script
Yes it could be interesting.
I want to use it to send the password has an API for other software. I
currently use the "Store passwords using reversible encryption" to use
my API. But I do not like this operation. I then use
"http://ltb-project.org/wiki/documentation/self-service-password" with
the " post hook"
Your patch it allows you also to retrieve the user
2006 Feb 02
5
first steps with xen
dear all
i''m verry knew in using xen.
i have allready set up an working xen on fc4.
know to my questions whats the easiest way to set up debian or an ubuntu on
that system.
i have also installed a other fc4 as an domu with yum but i think therre got
some files lost.
does anybody had the same troubles?
so thank you very much
kind regards
florian
2008 Feb 24
7
Using SYSCALL/SYSRET with a minios kernel
Hi,
I''m trying to use the SYSCALL/SYSRET opcodes with a minios kernel
without much success.
Going by the manuals (and linux sources) I first have to setup the
STAR and LSTAR registers to define the segment and instruction pointer
to be used for SYSCALL:
/*
* LSTAR and STAR live in a bit strange symbiosis.
* They both write to the same internal register. STAR allows
2013 Sep 27
19
preparing for 4.3.1
Aiming at a release later in October (before Xen Summit I would
hope), I''d like to cut RC1 next week.
Please indicate any bug fixes that so far may have been missed
in the backports already done.
Jan
2006 Nov 21
10
Rspec Brown Bag
Hello,
I''m scheduled to give a rspec brown bag this Wednesday (11/22) for my
company (Pivotal Computer Systems, http://www.pivotalsf.com). I did see Dave
Astel''s talk as well as several of my coworkers.
The developers at my workplace are experienced Agile developers.
What would be some good things to focus on for this brown bag?
Are there slides to presentations that would be
2001 Aug 28
1
Subsetting simulation output
Does anyone understand this?
I have a long vector parlist containing values of 138 parameters in 100
simulations.
The factor parno is defined by
trys <- 100
sim <- gl(trys,138)
parno <- gl(138,1,trys*138)
I want to extract and compare results for related groups of parameters but I
get inconsistent results:
> length(parlist[parno==37:42])
[1] 600
>
2001 Oct 26
2
Expired passwords on Solaris with PAM
I've been doing so more tests with 2.9.9p2 on Sol8. Here are my
finding so far:
When a user needs to change his password and trys to run a command in
non-interactive mode, it just succeeds without even trying to prompt the
user for a new password. Damien submitted a fix - it works for me (is it
going into CVS?).
When a user needs to change his password and trys to login in interactive
2006 Apr 10
0
Problem with freezing rails to vendor/rails
my vendor dirrectory. But for some reason my app is still using the
locally installed gem versions of Rails on TXD. Running svn propget
svn:externals vendor returns:
rails http://dev.rubyonrails.org/svn/rails/tags/rel_1-1-1/
Here is the error I''ve been getting (app started using the TXD rails.sh
script):
NoMethodError (undefined method `const_load!'' for
2010 Jul 21
3
String processing - is there a better way
I have a two part question
Part 1)
I am trying to remove characters in a string based on the position of a key character in another string.? I have a solution that works but it requires a for-loop.? A vectorized way of doing this has alluded me.?
CleanRead<-function(x,y) {
? if (!is.character(x))
??? x <- as.character(x)
? if (!is.character(y))
??? y <- as.character(y)
?
2017 May 25
2
Missing rpms - Re: What is in a yum group
On 5/25/2017 3:43 PM, Robert Moskowitz wrote:
>
> Note that you do not have xfce-utils or leafpad.
>
> Do you have themes? What is your background.
>
> I have actually gotten Xfce working. Kindof. I am into Xfce via
> vncserver. It pretty much looks like Xfce on my Fedora systems.
> Backleveled a bit of course. No sensor applet to show the cpu temp
> for example.
2007 May 25
4
question mailbox format
i set mail_location = mbox:/var/spool/mail/%u
and protocols = pop3s pop3
why he trys to create and use imap format?`
in log are
May 25 18:52:25 mail dovecot: pop3-login: Login: user=<richard>,
method=PLAIN,
rip=80.xx.xx.xx, lip=xx.xx.24.29, TLS
May 25 18:52:26 mail dovecot: POP3(richard):
open(/var/spool/mail/richard/inbo
x, O_CREAT) failed: Not a directory
May 25 18:52:26 mail dovecot:
2007 Oct 23
2
Question: Rcmdr and macbooks
Een ingesloten tekst met niet-gespecificeerde tekenset is
van het bericht gescrubt ...
Naam: niet beschikbaar
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071023/ea453a3f/attachment.pl
2002 Feb 01
1
Hi, I have a strange project...
I have a java application that uses JNI (Java Native Methods) that allow
it to use a windows DLL.
I would very much like to run this application under linux using wine to
run java and link to the DLL. I think it will work but am having trouble
with the wine configuration. In particular:
The windows version of java running under wine starts but when it trys to
load a class, it first trys to
2007 Oct 24
4
before_filter at the method level
I have used before_filter in the passed at the class level but can it be
used in the method level.
For example, I want to refuse a non-admin type from being able to delete
anything in the entire application. Is there an easy way to do this?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2006 Oct 06
2
Apache and PHP
Sorry for the newbee setup questions, but...
Should PHP be already setup with apache on the centos server install??
It's just that I can't get PHP working at all. It's 100% me, I just
don't have enough experience.
There is already a PHP.ini file, if I add any php modules in apache conf
and run httpd -S is says it's already running a php module.
I am using vhosts. I did
2001 Aug 15
2
rsync without reverse dns lookup
Hello,
I set up an script witch connects my rsyncd server. But the IPs for
rsyncd Server and Client have no DNS Name, and so rsync trys to lookup
for a DNS Name for this IPs. This causes a long DNS Timeout!
My question: is there a commandline option to disable this "feature"? Or
can you give me quick "hack around"?
Best regards
--
Clemens Gesell <cgesell@astaro.de> |
2001 Apr 23
2
Dosvm
After installing SUSE 7.1, I upgraded to wine-2001418. No compliation
or install errors were noted. However now when I try to start a simple
test app like sol.exe I get the the following error:
wine: error while loading shared libraries: wine: undefined symbol:
Dosvm
I tried an older wine version that seemed to work under suse 7.0 but I
get the same error. I dont think it even trys to start
2006 Dec 02
2
Users that can add computers to Domain
What does samba look for when a user trys to add a computer to the domain? I
have tried everything I can think of. Putting the user in different groups,
set the users primary group to different groups. Nothing has come of this. I
have every else in samba working right now, except printers, but since I
havent tried that, nor do I know how I can benefit from using samba for
printing. Anyways any
2009 Jun 16
4
Maize-Sampler Gui is only a white box
can somebody help me run this app?
http://www.maizesoft.cn/msp/en/download.htm
when i start the app the GUI is only a white box with the menu, but no things in it.
can somebody help?
there are a lot o messages like this in konsole:
fixme:gdiplus:GdipDrawImagePointRectI (0x292a2b8, 0x136210, 0, 0, 0, 0, 63, 19, 2): stub
fixme:gdiplus:GdipDrawImagePointRectI (0x292a2b8, 0x136408, 0, 0, 0, 0, 63,