Questions tagged [anonymous]

44 questions
2
votes
1 answer

new installation of windows 2008 R2 ... having permissions issues (everyone has access)

I can not limit access to the IUSR user nor the IIS_IUSRS group at all....not even a different user that I tried for anonymous access. When I say IUSR below, I also mean I've tried adding the group IIS_IUSRS with the same result. Things I've…
2
votes
1 answer

Mount cifs share anonymously

I have a Windows 2003 Server sharing out a few folders as read-only to "Everyone". The server is a domain member, so I'm not able to connect to the share on computers that aren't on the domain without passing some form of credentials. I have a…
churnd
  • 4,077
  • 5
  • 34
  • 42
1
vote
1 answer

Windows users/groups - Anonymous Logon, Everyone, Guest - what is what?

During installing and scheduling connection via DB-links, I've come accross settings permissions for the libraries (DLLs) for the account/group Everyone and account/group ANONYMOUS LOGON. So far, I always thought that with Everyone, every…
Tatranskymedved
  • 149
  • 1
  • 6
1
vote
1 answer

Exchange server default anonymous permissions - are they secure enough?

Related: Exchange 2010 Anonymous user with accept-any-sender permission? An Exchange 2013 default setup for a connector that has "Anonymous users" security setting checked grants the following rights to the connector: User …
Vesper
  • 794
  • 1
  • 9
  • 32
1
vote
1 answer

Samba: non-deletable directory in public share

I have this in smb.conf [global] security = user guest account = nobody map to guest = Bad User [myshare] path = /var/myshare available = yes browsable = yes guest ok = yes read only = no force create mode = 0775 This allows anonymous access for…
tok
  • 153
  • 5
1
vote
0 answers

Anonymous Authentication Identity Win 2012 r2 security

I have a web app that uses PHP on the back-end, and the PHP executes powershell scripts to reset AD passwords through system calls. EX: shell_exec("powershell.exe -file C:\inetpub\wwwroot\script.ps1 -param $var") In order for me to get this to…
person
  • 397
  • 1
  • 2
  • 10
1
vote
0 answers

Setup VPN with dynamic IP adressess

I'm trying to setup the dynamic IP solution on the Win server for some users. The IP addresses must be from US and the users can change the IP add frequently, but they have to got always different US IP add. The different IP address need only on the…
Patrik18
  • 111
  • 2
1
vote
2 answers

anonymous access to icinga cgi

I'm currently setting up an Icinga monitoring system, however I'm lacking the idea of how to access a specific page that asks for authentication when accessed by http, mainly the "All problems" option on Icinga. Is there anyway I can bypass…
brusilva
  • 125
  • 4
1
vote
1 answer

Windows Server 2003 permissions not working properly and I can't fix it

Well, sometimes things come along that give you humility. Gahh! I had an old Windows 2000 server running in a closet on a DSL line. It was doing a small amount of web and mail and ftp for a couple of users. It was there for almost 10 years. It…
Steve
  • 11
  • 3
1
vote
2 answers

Provide anonymous download on Apache

I have a vanilla install of Apache/2.2.20 running on Ubuntu 11.10. I would like to provide two files that can be accessed anonymously (a readme.html and a 1.7GB download). I would like use Google Analytics to track visits to myserver/readme.html,…
Abe
  • 147
  • 6
1
vote
1 answer

Event 1007: The share denied anonymous access to the client

the body of evevnt is: " **The share denied anonymous access to the client. Client Name: \10.139.70.35 Client Address: 10.139.70.35:49157 Share Name: \*\in Share Path: ??\C:\Users\jodat\Desktop\in Source: SMBServer Task Category: (1007) Keywords:…
0
votes
1 answer

Protect Domain IP OVH server, DNS hosted Cloudflare, Email server Amazon SES

Domain hosted on OVH cloud. Domain hosted on Failover IP on OVH server. DNS hosted on Cloudflare. A record of domain on Cloudflare points to this Failover IP. Now I came to know that OVH puts a default reverse DNS and in format IP.ovh.net i.e. the…
Sun
  • 1
  • 1
0
votes
0 answers

Postfix Log - See who tries to send Mails with others peoples names

I have some minor problems I want to solve regarding postfix. Errors of this kind pop up periodically (1-5 times a day): Feb 1 14:11:37 mail postfix/submission/smtpd[27435]: connect from relayserver.com[***.***.***.***] Feb 1 14:11:37 mail…
lemon
  • 21
  • 1
  • 6
0
votes
0 answers

IIS appends /web.config at the end of static files

I am trying to debug a 401 error in IIS that happens when serving static files to an anonymous user. Let's say I'm trying to access https://example.com/sso.css. That file physically resides on D:\website\sso.css. Running procmon, I noticed that the…
ixe013
  • 1,018
  • 2
  • 10
  • 26
0
votes
0 answers

Creating ftpserver with anonymous and login both option

Newbie for server. Windows server 2012. Need to create ftp server. The file structure will be as: root file: read permission to all including anonymous root\folder1: read, write permission for all including anonymous root\folder2: read permission…
Shasi
  • 11
  • 1