similar to: Different guest account for each sare (sevice)

Displaying 20 results from an estimated 400 matches similar to: "Different guest account for each sare (sevice)"

2003 Nov 28
1
Samba PDC - Administrator issues
Samba PDC is up and running. We are not using roaming profiles. My problem is this. How do we make the administrator account have administrative priv's locally on the client PC when they login on the DOMAIN? What is happening now is that when the Administrator logs in it just makes a domain accoutn for the Administrator locally but this new account does not have actualy administrator
2008 Dec 05
0
[LLVMdev] replacing a global variable by a constant
Hi Ralf, > I am trying to replace a global variable with a constant. You should be able to replace the initializer for the global with your constant, mark it as having internal linkage and then run some optimization pass over it to do the rest (not sure which one it was again, probably some constant propagation or global value optimization). That pass would then probably do some similar
2000 Mar 20
0
HELP with error: the server sevice is not started
hi folks, I'm try to get samba (2.0.6) to work on AIX (4.3.2) with NT (4.0 SP 5). I think I have everything set up correctly. My UNIX servers show up in the browser list, but when I try to access them I get a windows error: "The server service is not started". The strange thing is it works sometimes. I was thinking it was UNIX permissions, but things look ok. Any help would be
2008 Dec 05
2
[LLVMdev] replacing a global variable by a constant
Hi, I am trying to replace a global variable with a constant. I did manage to do it, but somehow it appears to be fairly bruteforce by just iterating over all functions/bblocks/instructions and filtering for those that load the variable and replacing the instruction with Instruction::replaceAllUsesWith(). The more intuitive way of iterating over the uses of the variable did not work out as I
2008 Dec 05
1
[LLVMdev] replacing a global variable by a constant
Thanks a lot for your help Matthijs! :) basically this does the job quite nicely I think: for (llvm::GlobalVariable::use_iterator U = gv->use_begin(); U != gv->use_end(); ++U) { llvm::Instruction *I = llvm::cast<llvm::Instruction>(U); I->replaceAllUsesWith(constPtr); I->eraseFromParent(); } Cheers, Ralf Matthijs Kooijman wrote: > Hi Ralf, > > >> I
2009 May 22
1
status=bounced (Command died with signal 11: "/usr/lib/dovecot/deliver"
Hi list, I use dovecot 1.1.11 on ubuntu 9.04, when I want to send a message to an email adres on this mailserver I get this error: status=bounced (Command died with signal 11: "/usr/lib/dovecot/deliver". The folders where the email should be delivered are created so it does not look like a permission problem. I connect to a mysql database where the email accoutn info is stored,
2003 Dec 09
1
samba - sql server authentication
samba 2.2.8a/LDAP backend Red Hat 7.3 Windows 2000 server, connected to the samba controlled domain Sql Server 7.0 It seems that my sql server does not want to run scheduled jobs as a domain user, I am needing to do this for a network share that I am saving to, otherwise I would just run as SA Error from sql server: The job failed. Unable to determine if the owner (PRUPREF.COM\Administrator)
2006 Dec 13
3
Multi Operator
Hi, Actually on my setup all outgoing calls are going trhu a SIP unique account A have a second SIP account with another operator and I would like my setup to use alternatively each of the two accoutns Call 1=> Dial SIP/phone1 Call 2=> Dial SIP/phone2 Call 3=> Dial SIP/phone1 <...> If you have an sample please let me know
2020 Jan 24
2
Vacation use different SMTP server
Hi, in our setup, we have two SMTP servers: - one for receiving messages (this one is using Dovecot's LMTP for delivery) - one for sending messages (this one is used by our users as outgoing SMTP server) Only the first one has list of local domains, local e-mail accoutns etc. so the second one will ALWAYS use MX records for delivery - with this setup, we can allow to our users to
2002 May 04
2
R crashes trying to read a data.frame
Dear all, > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.0 year 2002 month 04 day 29 language R OS: Win98 I have a strange problem with a particular data.frame built with
2006 Feb 23
5
sortable_list added to by AJAX question
I have a working sortable_list that is added to by AJAX. The problem is that when a new item is added, it''s not sortable. I found a post on scriptaculous using behaviour.js to refresh the DOM when an item is added, but I can''t figure out how to do it with Rails. To test the behaviour method, I used this: var myrules={ ''div#steps ul'' :
2020 Jan 26
2
Vacation use different SMTP server
Thanks for idea but it won't work for me as 'internal domains' can be anything, including gmail.com (and i don't know which of them are really internal/local, this is decided by sending SMTP everytime something is sent, based on MX records). Problem is that Dovecot/Sieve is using wrong SMTP server (one used for receiving e-mails which should NEVER be used for sending [and
2014 Apr 22
2
[LLVMdev] SCEV and induction variable identification
Hi Fellows, The goal is to find the induction variable for a loop, where the induction variable increments with the multiplication, division or shift operations, like this one: sz = 8; do { ... ... sz = sz / 2; } while (sz) Is SCEV capable of detecting the induction variable 'sz' in this case? The code snippet I am using to solve the problem is for each basic-block in a
1999 May 21
0
samba sevices loses login after idle time (overnight)
Would anyone know why IF, my samba 2.0.3 master logon server drops out after a period of inactivity ? scenario 1 all client machines off at night , samba server stay's on, no connections. as client machines try to logon in the morning they get a message saying "no domain logon server found", and if they restart samba - # /root/samba restart they can login with no problem.? i
2020 Jan 31
2
Vacation use different SMTP server
Op 28-1-2020 om 19:20 schreef azurit at pobox.sk: > Really no more info? You could do something with the sendmail_path or submission_host settings. Regards, Stephan. > > > > > Cit?t azurit at pobox.sk: > >> Thanks for idea but it won't work for me as 'internal domains' can be >> anything, including gmail.com (and i don't know which of them are
2010 Apr 20
5
Snow Leopard and Samba
A customer has an expanding number of Mac computers. Last Friday and existing machine started having problems writing files to a Samba share on a CentOS 5.x server. They had no problems prior to Friday. They are getting permission failure errors in creating files and folders. I made the sare owned by the user and group with group write enabled. Even with him as the owner he can not write
2003 Jun 10
10
chan_oh323
Hi, does anybody manage to get music-on-hold with inaccess oh323 driver? Statement like : exten => 10,1,Dial(OH323/xx,mt) works (dials the xx number) but no music is heared. Also, if I put 'r' (ringback) it doesn't work either. With chan_h323 I got this functionality but this driver had some other problems (call transfer don't work).... Thanx in advance, Victor...
1999 Jan 13
3
problem w/ lm() ?
Any thoughts on the following? Am I missing something? [I am running R for Windows 0.63.1 on a Win NT 4.0 (workstation, sevice pack #4) box.] Thanks. FC. R : Copyright 1998, The R Development Core Team Version 0.63.1 Beta (Dec 5, 1998) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type "?license" or
2006 Mar 30
9
How is Teliax ?
Hi I am looking at purchasing some DID lines from Teliax to install it on my asterisk. i would like to know some feed back on "Teliax" before i purchase. suggest me if there are better sevice providers. thanks Giridhar Bandi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Nov 07
4
Avoiding constant HDD access
Am 07.11.18 um 12:07 schrieb Rowland Penny via samba: > On Wed, 7 Nov 2018 11:44:28 +0100 > Reindl Harald via samba <samba at lists.samba.org> wrote: > >> >> Am 07.11.18 um 09:54 schrieb Rowland Penny via samba: >>> On Wed, 7 Nov 2018 05:45:45 +0300 >>> Albert Berger via samba <samba at lists.samba.org> wrote: >>> >>>>