search for: mypasswd

Displaying 20 results from an estimated 57 matches for "mypasswd".

Did you mean: mkpasswd
2009 May 01
2
Automating the Samba Install
...is communicating with net command just fine because the 'net rpc rights list ...' does return information. However, the 'net rpc rights grant ...' with its quotes and backslashes characters doesn't seem to be working. Here's the expect script: --- #!/usr/bin/expect set MYPASSWD "mypasswd" # why doesn't this work? #spawn /usr/bin/net rpc rights grant \\\"OFFICE\\\Domain Admins\\\" SeMachineAccountPrivilege SeTakeOwnershipPrivilege SeBackupPrivilege SeRestorePrivilege SeRemoteShutdownPrivilege SePrintOperatorPrivilege SeAddUsersPrivilege SeDiskOp...
2007 Mar 20
1
odbcConnect - no data source and default driver
I am trying to connect sybase sql databast from R using RODBC pkg and getting the following error ( i chnaged names to my*** but when I actually execute it, I put down names explicitly not calling some character strings) > channel = odbcConnect(dsn='mydsn',uid='myid',pwd='mypasswd') Warning messages: 1: [RODBC] ERROR: state IM002, code 0, message [iODBC][Driver Manager]Data source name not found and no default driver specified. Driver could not be loaded 2: ODBC connection failed in: odbcDriverConnect(st, case = case, believeNRows = believeNRows) > channel = odbcDrive...
2010 Mar 19
2
register => 2345:password@sip_proxy/1234
...r ; connect to local extension 1234 in extensions.conf, default context, ; unless you configure a [sip_proxy] section below, and configure a ; context. sip.conf: [general] context=default allowoverlap=no udpbindaddr=0.0.0.0 tcpenable=no tcpbindaddr=0.0.0.0 srvlookup=yes register => tjoen:mypasswd at sip_proxy/1234 qualify=yes externip=myipnr localnet=192.168.254.0/255.255.255.0 nat=yes [sip_proxy] type=peer host=ekiga.net extensions.conf: [default] include => demo exten => 1234,1,Dial(SIP/2133) Output of asterisk -vvv ... REGISTER 11 headers, 0 lines Reliably Transmitting (NAT) to...
2013 Apr 08
4
LMTP Setup/Design Help Request
...- I broke down and failed. This is why I am asking you for your kind help. I only have virtual users and have set mail_uid = dovemail mail_gid = dovemail For authentication, I simply use (for now) a flat file: passdb { driver = passwd-file args = scheme=PLAIN username_format=%u /etc/dovecot/mypasswd.file } # cat /etc/dovecot/mypasswd.file user1:{PLAIN}userpw1 user2:{PLAIN}userpw2 user3:{PLAIN}userpw3 And everything works fine with IMAP. I am completely domain-agnostic here. But I was not able to use this fine setup to receive mails with my postfix. I tried about 13 different configurations,...
2014 Jun 06
2
Libvirt Python Bindings - Remote Connection using openAuth.
...emote host. I was able to connect after making ssh certificate, but It is not applicable for my project. So I want to use openAuth() method, but I could not succeed connecting to a remote host using it. Here is my code ------------------------ import libvirt USER = "root" PASS = "mypasswd" def authcb(credentials, user_data): for credential in credentials: if credential[0] == libvirt.VIR_CRED_AUTHNAME: credential[4] = USER elif credential[0] == libvirt.VIR_CRED_PASSPHRASE: credential[4] = PASS return 0 auth = [[libvirt.VIR_CRED_A...
2014 Jun 06
1
Re: Libvirt Python Bindings - Remote Connection using openAuth.
...>> So I want to use openAuth() method, but I could not succeed connecting to >> a >> remote host using it. >> >> Here is my code >> ------------------------ >> >> import libvirt >> >> >> USER = "root" >> PASS = "mypasswd" >> >> def authcb(credentials, user_data): >> for credential in credentials: >> if credential[0] == libvirt.VIR_CRED_AUTHNAME: >> credential[4] = USER >> elif credential[0] == libvirt.VIR_CRED_PASSPHRASE: >> crede...
2005 Jul 18
0
IAX register confusion
...mic DNS name, we are registering and outbound works fine. I'm at a loss to understand the relationship between the registration and the [section] definition in iax.conf that will allow me to specify my context for inbound calls and deal with the inbound DID. For example: register => myuser:mypasswd@my.itsp.com ;OK. This part works fine. My dial statement calls ; exten => _NXXNXXXXXX,3,Dial,IAX2/myuser:mypasswd@my.itsp.com/${EXTEN},45,tr) ; ; VoIP Local service from myitsp ;[something] ??? [LO_TRNK_MYSWITCH] type=peer host=dynamic context=from-myitsp secret=mypasswd qualify=3000 ; How do I...
2006 Feb 13
2
Printer migration problem
Hi, I'm using Samba 3.0.14a I'm trying to migrate printers from a Windows server to my samba one. So I tried to use the following command : /net rpc printer migrate all Myprinter -S SERVER1 --destination=SAMBAMIGR -U Administrator%mypasswd/ And I received the following message : /Could not connect to server SAMBAMIGR The username or password was not correct. /How can I provide the username/password for SAMBAMIGR? -- Davy HUBERT CRIT - R?seaux Universit? Paul-Val?ry, Montpellier 3 davy.hubert@univ-montp3.fr
2017 Apr 22
4
asterisk name in mysql
Thanks a lot for the reply. I did follow that already, but i do have a problem. Here is my extensions.conf part for that particular number exten => 6912345678,1,Answer() exten => 6912345678,n,MYSQL(Connect connid 127.0.0.1 root mypasswd asterisk) exten => 6912345678,n,MYSQL(Query resultid ${connid} SET NAMES utf8) exten => 6912345678,n,GotoIf($["${connid}" = ""]?nodb) exten => 6912345678,n,MYSQL(Query resultid ${connid} SELECT displayname FROM root WHERE phonenumber="${CALLERID(num)}" LIMIT 1...
2010 Dec 14
1
Asterisk + VOSP account working configuration?
...t to be safe context = dummy deny=0.0.0.0/0 permit=<IP address of VOSP server> externip=<public IP address of NAT router> localnet=192.168.0.0/24 disallow=all allow=ulaw allow=alaw allow=gsm ;all RTP packets go through Asterisk canreinvite=no ;incoming calls from VOSP register => me:mypasswd at mysipprovider.com ;for outgoing calls to VOSP [vosp] ;friend = peer+user type=friend username=me fromuser=me fromdomain=mysipprovider.com authname=me secret=mypasswd host=mysipprovider.com insecure=very qualify=yes context=outgoing ;Since VOSP is on the Net, nat=no or nat=yes? nat=no ;extensio...
2004 Oct 26
1
adduser ?
I installed CentOS 3.3 some time ago and the first thing I did after the install was to run a little script that adds my user plus a few other things. The script adds my user like this USER="ulrik" PASSWD="<mypasswd>" /usr/sbin/adduser $USER -p $PASSWD It seemed to work fine except I couldn't login? I searched Google for reasons why I could only login via ssh as root and was about to send a long mail to this list, when I decided to change the password and try to login again, and this time it worke...
2006 Feb 25
2
dovecot 0.99 to 1
Hi, Gentoo updated dovecot to 1.0 beta3 and don't succeed in authentification with pop3. Here is my dovecot.conf 0.99 protocols = imap imaps pop3 pop3s imap_listen = * pop3_listen = * imaps_listen = * pop3s_listen = * login = imap login = pop3 default_mail_env = maildir:%h/.maildir mbox_locks = fcntl dotlock auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb = pam dovecot
2006 Feb 25
1
Re : dovecot 0.99 to 1
Thanks for your precision. So, i do : telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK Dovecot ready. user toto +OK pass mypasswd +OK Logged in. Connection closed by foreign host. And with evolution : Unable to connect to POP server pop.toto.org. Error sending username: -ERR No username given.
1998 Aug 30
1
Password Hashes
In einer eMail vom 30.08.98 05:55:16 (MEZ) - Mitteleurop. Sommerzeit schreibt samba@samba.anu.edu.au: << # export SMBPASSWD='mypasswd' # gethash 74AC99CA40DED4204A3B108F3FA6CB6D:F671043BA08E88500D2EB5279AC65E53 >> This is nice. Every other user on the system can see that hash with ps. I would not call that extended security. Detlef
2006 Nov 30
1
cannot share directories other than on root mount?
...log size = 50 preferred master = Yes dns proxy = No cups options = raw [tmp] comment = Temporary file space path = /mnt/backup # mount /dev/sda1 on /mnt/backup type ext3 (rw) #ls -l /mnt total 12 drwxr-xr-x 9 root root 4096 Nov 29 20:17 backup #mount -t cifs -o username=paul,password=mypasswd //192.168.1.3/tmp/ /mnt/test1 retrying with upper case share name mount error 6 = No such device or address Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) #umount /mnt/backup #ls -l /mnt total 8 drwxr-xr-x 2 root root 4096 Nov 20 19:54 backup #mount -t cifs -o username=paul,password=...
2009 Nov 26
0
smb w/ldap get joined to nt4 but net rpc vampire fails with NT_STATUS_ACCESS_DENIED
I am trying to migrate our Windows NT 4 Domain to Samba 3.4.3 and got the error message below when I run the command: "net join -S myPDC -I 172.30.1.1 -U administrator%mypasswd" worked ok "net rpc vampire -S myPDC -U administrator%mypasswd" Fetching DOMAIN database Failed to fetch domain database: NT_STATUS_ACCESS_DENIED What I want to accomplish is to remove Windows NT 4.0 server as PDC and make Samba our Primary Domain Controller. Looking at Chapter 9...
2012 Dec 11
0
dovcot+offlineimap+gmail: INBOX empty, mail doubled
...----------------schnipp------------------------->8--- [general] accounts = Uni ui = Noninteractive.Basic maxsyncaccounts = 1 [Account Uni] localrepository = UniLocal remoterepository = UniRemote [Repository UniLocal] type = IMAP ssl = no remotehost = localhost remoteuser = myuser remotepass = mypasswd maxconnections = 2 [Repository UniRemote] type = Gmail # ssl =no ssl =yes #remotehost = ucimap.ucm.es remotehost = imap.gmail.com remoteuser = myuser remotepass = mypasswd # nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak', # re.sub ('...
2014 Jun 06
0
Re: Libvirt Python Bindings - Remote Connection using openAuth.
...sh certificate, but It is not >applicable for my project. >So I want to use openAuth() method, but I could not succeed connecting to a >remote host using it. > >Here is my code >------------------------ > >import libvirt > > >USER = "root" >PASS = "mypasswd" > >def authcb(credentials, user_data): > for credential in credentials: > if credential[0] == libvirt.VIR_CRED_AUTHNAME: > credential[4] = USER > elif credential[0] == libvirt.VIR_CRED_PASSPHRASE: > credential[4] = PASS > retur...
2007 Aug 03
0
Several doubts on Asterisk as an UAC
...call extension 464646 there, I can use: Dial(SIP/myprovider/464646) or: Dial(SIP/464646 at myprovider) Is that right? If I don't want to keep the section on sip.conf, and myprovider's host is "hostname.myprovider.com", and I login with user "myuser" and secret "mypasswd", I can also use this information directly on the "Dial" like this: Dial(SIP/myuser:mypasswd at hostname.myprovider.com/464646) Is that right? Do I always have to authenticate to make outgoing calls? For instance, could I do just this? Dial(SIP/hostname.myprovider.com/464646) Wou...
2005 Mar 19
1
Asterisk Quicknet FWD Problem - no path to translate from Phone/phone0 to SIP
...(SIP standard port is 5060) bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) srvlookup=yes ; Enable DNS SRV lookups on outbound calls disallow=all allow=gsm allow=ulaw allow=alaw maxexpirey=180 defaultexpirey=160 tos=reliability register => 6XXXX:mypasswd@fwd.pulver.com [fwdout] type=friend username=6XXXX secret=mypasswd host=fwd.pulver.com [fwdin] type=peer host=fwd.pulver.com context=default nat=yes canreinvite=no my extensions.conf contains: [globals] CONSOLE=Phone/phone0 [default] exten => _XXX,1,Dial(SIP/${EXTEN}@fwdout) exten =&...