Displaying 20 results from an estimated 61 matches for "webadmin".
2015 Jul 31
1
samba-4.1.19: resolving local unix group failes when there exists a local unix user with same name
...these shares contain an entry "force group" which specifies a local unix group and when there exists a unix user with the same name.
Here's an excerpt from smb.conf:
[FactWork]
comment = FactWork-Downloadportal
path = /web/Fee/download/factwork
valid users = @webadmin,fee\gabi, at fee\g_tb3,fee\administrator,fee\svtb3$
write list = @webadmin,fee\gabi, at fee\g_tb3,fee\administrator
force group = webadmin
create mask = 0664
force create mode = 0664
directory mask = 0775
force directory mode = 0775
writeable...
2005 Feb 16
1
ProFTP -> vsFTP Configuration Options
I am moving from a server from running Red Hat 7.2 (with ProFTP) to Centos 3
(with vsFTP). There is a setting in ProFTP that lets me set the default ftp
login directory for a specific user and I would like to do the same with
vsFTP. The reason being is I have a 'webadmin' user that I use for uploading
web content. I am thinking I could make the home directory of the webadmin
/var/www in the /etc/passwd file but I would rather it just be for FTP and
leave the login home as /home/webadmin. In ProFTP this was set in
/etc/proftpd.conf like so:
DefaultRoot / web...
2008 Oct 09
2
samba v2 works, v3 does not - Unix groups
...wsable and
read and writeable IN PART...
they don't take note of the secondary Unix group permissions
By this I mean user "fred" in the ldap password entry has default
group "staff" and the file mode permissions for staff do work.
User "fred" is also in group "webadmin" in the ldap unix group.
These do NOT work. If I change "fred" in ldap to be default
group "webadmin", the group permissions for "webadmin" now work.
(but staff do not :-( )
The following entry for www shows (in comments) the variations
I have attempted. (before...
2015 Mar 20
4
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
...oups = yes
> # auth methods = winbind
> winbind enum users = yes
> winbind enum groups = yes
> winbind expand groups = 1
> deadtime = 1
>
> load printers = no
> printing = bsd
>
> [web]
> comment = Web-Konfiguration
> path = /data/web
> valid users = @webadmin,fee\gabi,fee\franz.la,fee\hans,fee\eva.gi,fee\robert.lo,fee\peter.me,fee\chris.sch,fee\jeremy.pr
> write list = @webadmin,fee\gabi,fee\franz.la,fee\hans,fee\eva.gi,fee\robert.lo,fee\peter.me,fee\chris.sch,fee\jeremy.pr
>
> force group = webadmin
> create mask = 0664
> # security m...
2006 Apr 18
2
Connecting to multiple databases with multiple database users
...cessary sections labelled development, test and
production with a rather randomly chosen copy of one of my real db
configurations - rails apparently needs these sections, however,
connection details are handled in the model classes, there simply IS
NO default db in my (?any?) multiple db setting)
webadmin_authentication_development:
adapter: mysql
database: ca_authentication
username: webadmin
password:
host: localhost
webadmin_sandbox_development:
adapter: mysql
database: ca_sandbox
username: webadmin
password:
host: localhost
webadmin_persistent_base_development:
adapter: m...
2015 Mar 20
0
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
...t; winbind enum groups = yes
>> winbind expand groups = 1
>> deadtime = 1
>>
>> load printers = no
>> printing = bsd
>>
>> [web]
>> comment = Web-Konfiguration
>> path = /data/web
>> valid users =
>> @webadmin,fee\gabi,fee\franz.la,fee\hans,fee\eva.gi,fee\robert.lo,fee\peter.me,fee\chris.sch,fee\jeremy.pr
>> write list =
>> @webadmin,fee\gabi,fee\franz.la,fee\hans,fee\eva.gi,fee\robert.lo,fee\peter.me,fee\chris.sch,fee\jeremy.pr
>>
>> force group = webadmin
>> c...
2015 Mar 20
0
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
...winbind expand groups = 1
>>> deadtime = 1
>>>
>>> load printers = no
>>> printing = bsd
>>>
>>> [web]
>>> comment = Web-Konfiguration
>>> path = /data/web
>>> valid users =
>>>
>@webadmin,fee\gabi,fee\franz.la,fee\hans,fee\eva.gi,fee\robert.
>lo,fee\peter.me,fee\chris.sch,fee\jeremy.pr
>>> write list =
>>>
>@webadmin,fee\gabi,fee\franz.la,fee\hans,fee\eva.gi,fee\robert.
>lo,fee\peter.me,fee\chris.sch,fee\jeremy.pr
>>>
>>> force...
2015 Mar 19
2
Access to shares is denied after upgrading from 3.6.3 (openSUSE 12.1) to 4.1.17 (openSUSE 13.2)
Hi,
please have a look into the attached smb.conf. The only changes since 3.6.3 are commenting out all *security* settings and adding
winbind expand groups = 1
The attached smbusers hasn't been changed yet.
When I try to access share \\platon\root<file:///\\platon\root> as fee\administrator I get the following:
platon:~ # smbclient -c dir -W fee -U administrator%secret
2012 Feb 17
1
ACLs only apply to primary group?
...x--x+ 5 root root 4096 Feb 16 13:55 webcontent
Two gluster file systems mounted, one mounted with ACL support.
[jim at puppet ~]$ getfacl /mnt/webcontent/
getfacl: Removing leading '/' from absolute path names
# file: mnt/webcontent/
# owner: root
# group: root
user::rwx
group::r-x
group:webadmins:rwx
mask::rwx
other::--x
default:user::rwx
default:group::r-x
default:group:webadmins:rwx
default:mask::rwx
default:other::--x
Fairly straightforward permissions but anyone in the webadmins group
should get rwx on everything below the mount point.
[jim at puppet ~]$ groups
jim wheel webadmins
[...
2006 Aug 25
2
does anybody port the zfs webadmin to webmin?
Webmin is faster and light weight compared to SMC.
This message posted from opensolaris.org
2006 May 10
8
dynamic setting of username and password in database.yml
Hello
I''ve now read a lot about application-level authentication in Rails, but
I need to do database-level authentication.
The reason is that my database needs to have the current_user (database
current_user, not current_user defined in an ActiveRecord Model) set to
execute triggers for automatically updating audit tables. So it is not
enough to have a session check against a User
2005 May 25
2
Budgetone 102 and voicemail problem
...re pretty
good for the price.
The only problem i'm having at the moment is when I get a voicemail on
the Asterisk box the LCD flashes.
Dialing
*98 goes to the VoiceMail Manager, and asks for mailbox, I enter 201,
then asks for password, enter my voicemail password set in the
Extensions -> webadmin, then hit the "send" button, but the password
never seems to make it to the asterisk box, the command that appears
in the console is
-- Incorrect Password '' for user '201' (context = default)
the "send" button doesn't seem to send the dialed keys to the as...
2006 Nov 27
2
[R-sig-Geo] plot() and Jpeg() increase font size and resolution
...d
Thanx
Herry
R2.4 on Mandriva 10.2 linux.
Dr Alexander Herr
Spatial and statistical analyst
CSIRO, Sustainable Ecosystems
Davies Laboratory,
University Drive, Douglas, QLD 4814
Private Mail Bag, Aitkenvale, QLD 4814
Phone/www
(07) 4753 8510; 4753 8650(fax)
Home: http://herry.ausbats.org.au
Webadmin ABS: http://ausbats.org.au
Sustainable Ecosystems: http://www.cse.csiro.au/
--------------------------------------------
-----Original Message-----
From: Edzer J. Pebesma [mailto:e.pebesma at geo.uu.nl]
Sent: Friday, November 24, 2006 5:37 PM
To: Herr, Alexander Herr - Herry (CSE, Townsville)
Cc...
2020 Oct 14
2
dovecot Digest, Vol 210, Issue 27
I am investigating whether dovecot(https://github.com/dovecot/core/) handles
case insensitive Message-ID headers as per RFC.
I can't raise a support issue with cPanel team
(https://tickets.cpanel.net/review/login.cgi) as that needs an paid account
with them.
There may be an issue with the CPANEL/WHM DKIM module. Is the source code
online?
Rob
2004 Jun 10
1
Domain problem with NT4 & Samba 3.0.2a
...erver = rohan shadowfax
wins server = 172.22.2.251
password level = 8
#admin log = Yes
log level = 1
log file = /var/samba/log/log.%m
create mask = 775
[rcbtest]
comment = Spike's testing
path = /dbd00/spike
valid users = @webadmin
force group = webadmin
create mask = 740
writeable = Yes
Any thoughts? Thanks for your help.
spike
2007 Jun 14
1
blotched y-axis text in plot function
....
Any help appreciated
Cheers Herry
Dr Alexander Herr - Herry
Spatial and statistical analyst
CSIRO, Sustainable Ecosystems
Davies Laboratory,
University Drive, Douglas, QLD 4814
Private Mail Bag, Aitkenvale, QLD 4814
Phone/www
(07) 4753 8510; 4753 8650(fax)
Home: http://herry.ausbats.org.au
Webadmin ABS: http://ausbats.org.au
Sustainable Ecosystems: http://www.cse.csiro.au/
2023 May 15
1
samba users at boot, the same local and samba user bug has gone
...ar
? Administrator --> root
Two different names, ID etc, but if set up correctly, Administrator
becomes root on a Unix domain member.
Now I do not know which user is required to be duplicated, but lets say
it is www-data, then all that would be required is a user in AD called
something like WebAdmin and this line added to the user.map:
!www-data = SAMDOM\WebAdmin
I haven't tested this, but it works for Administrator and there is
nothing in 'man smb.conf' that says it will not work.
Rowland
2006 Nov 24
2
plot() and Jpeg() increase font size and resolution
...quot;,
cex.axis=1.5)
dev.off()
Thanks Herry
Dr Alexander Herr
Spatial and statistical analyst
CSIRO, Sustainable Ecosystems
Davies Laboratory,
University Drive, Douglas, QLD 4814
Private Mail Bag, Aitkenvale, QLD 4814
Phone/www
(07) 4753 8510; 4753 8650(fax)
Home: http://herry.ausbats.org.au
Webadmin ABS: http://ausbats.org.au
Sustainable Ecosystems: http://www.cse.csiro.au/
2007 Apr 11
1
WebmAdmin for DoveCot
Hi,
I am using Dovecot with Sendmail in my environment. So far I am doing
manual operations like adding new users, aliases, setting quota etc.
Is there any WebAdmin interface that works with 'Dovecot and Sendmail'
and can help in above tasks, plz suggest.
Regards
-Azher
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2007 May 18
1
error: GLX extension missing on server
...erry
R 2.4.1 on x86_64 opensuse 10.2
Dr Alexander Herr - Herry
Spatial and statistical analyst
CSIRO, Sustainable Ecosystems
Davies Laboratory,
University Drive, Douglas, QLD 4814
Private Mail Bag, Aitkenvale, QLD 4814
Phone/www
(07) 4753 8510; 4753 8650(fax)
Home: http://herry.ausbats.org.au
Webadmin ABS: http://ausbats.org.au
Sustainable Ecosystems: http://www.cse.csiro.au/