Displaying 7 results from an estimated 7 matches for "credientials".
Did you mean:
credentials
2012 Feb 15
1
mount.cifs gives error 13 after changing servers -- hidden cache??
A sysadmin moved a share from one Windows server to another. I am now
getting error 13 when trying to mount the share from the new server.
The following worked before the server was replaced:
mount.cifs //ipaddress1/share1$ /mnt/share1 -o
credientials/home/whatever/.smbcredentials,rw
mount.cifs //ipaddress2/share2$ /mnt/share2 -o
credientials/home/whatever/.smbcredentials,ro
Change: server ipaddress2 was replaced with server ipaddress3 and share2$
was created on that server.
mount.cifs //ipaddress1/share1$ /mnt/share1 -o
credientials/home/what...
2004 Oct 06
2
REGISTER timeout problem with Broadvoice
...terisk does not normally include authentication with its first
REGISTER attempt. Normally, Broadvoice doesn't care, responds with a
401 Proxy Auth Required, and asterisk answers accordingly. However,
if the account is already registered, Broadvoice responds with a 200
OK even when there is no credientials sent. Asterisk sees a perfectly
valid registration, but Broadvoice doesn't count these "intermediate"
ones. I'm not sure why it doesn't respond with the normal 401. To
add insult to injury the expire times for these pseudo-registrations
are 3600 (compared to the normal 1200...
2002 Jun 28
0
Urgent XP/Samba Problem.
...connect to
the domain - they report can not find domain controller or can not
locate the computer account in the domain.
I've checked samba and it appears to be fine - using smbclient from
another Linux box on the same network as the XP laptops gives me the
correct shares when I supply correct credientials and tells me to sod
off if I don't... even with debug set to 5 I can't see anything obvious
in the log.smbd file. nmbd is working as well as both lookups from XP
using nbtstat and nmblookup on the linux box work as expected.
Looking via ethereal I can see the login's going to the PDC a...
2005 Aug 18
0
Samba Auth: NETLOGON vs. lsarpc
...... there is just a stack wait
function that makes the user wait for something like 20 seconds.
SO... at a log level 3 debug, I poured through it and found that both
authentication methods first identify the user as "unknown" as
specified in the smb.conf file, probably because user credientials
haven't been validated yet. Next it identifies the computer by way of
the SID. Both authentication methods get this far.
Now, this is the code where something is different between the
successful authentication and the unsuccessful one:
- Unsuccessful: nt_open_pipe: Known pipe NETLOGON o...
2005 Apr 22
5
IAX help
I am trying to send calls from (telx-NY17S) to (telx-nyc) via an IAX2
channel. However the call is being rejected on the (telx-nyc) server.
See error below copied from telx-nyc CLI>
Apr 22 13:56:57 NOTICE[147465]: chan_iax2.c:5390 socket_read:
Rejected
connect attempt from 192.168.0.251
I have icluded the following conf files
1. extensions.conf (telx-nyc)
2. iax.conf (telx-nyc)
3.
2005 Jan 31
3
Ver 3.0.4 Anonymous access, no Password required
I have searched the Docs, How-to's, and this news group/ Mailing list
and still haven't found what I am looking for, at least not an answer.
I am simply trying to allow access to public shares on my Linux PC
(slackware 10). I have a directory setup but the only way to get in
is to send a Username and Password. I am setting it up for WinXP and
Win2K PC's to access. I have set up the
2011 Feb 11
11
CSRF protection in rails 2.3.11
Hi all,
I think CSFR protection broke in rails 2.3.11.
As in: it''s turned off now.
I tried this in rails 2.3.10 and in 2.3.11 and 2.3.11 seems broken.
>rails csrftest
>cd csrftest
>script/generate scaffold post title:string
>rake db:migrate
now I visit /posts/new in my browser, use firebug to delete or change
the authenticity token, and submit the form.
rails 2.3.11: all