Displaying 18 results from an estimated 18 matches for "user0".
Did you mean:
user
2010 Aug 10
1
admin users = user0 (how force admin permission?)
Hi folks :-)
in a samba share I've:
valid users = user0 user1 user2 user3
admin users = user0
If I write a new file by user0 (admin) this file has root permission:
-rw-r--r-- 1 root user0 131870 2010-08-06 15:35 20100806 name_of_file
can I force to have an user0 permission like this (maintening admin user
option in samba?):
-rw-r--r-- 1 user0...
2009 Nov 27
1
Problem deleting/renaming files
...ing,
or modifying files or directories.
I found that removing the 'force user' parameter appears to resolve the
issue. The only obvious difference that I saw while examining level 10
logs is that without 'force user' some of the file opens were shown as
performed by 'DOMAIN+user0', whereas with 'force user' they are shown as
being done by 'user0' (connections to the share are logged in through
the domain user0 account). I also found that changing the unix
permissions of the share directory from 755 to 775, while leaving 'force
user' as is, re...
2003 Apr 11
0
dovecot-0.99.9-test2 probs
Hi-
Tried 0.99.9-test2 -- had to go back.
Various problems in the log.
Here's one:
Apr 10 08:56:25 mercury mem[10754]: imap(user0): msync() failed with
index data file /users/8b/user0/Maildir/.INBOX/.imap.index.data:
Cannot allocate memory
Apr 10 08:56:25 mercury mem[10754]: imap(user0): Corrupted index
data file /users/8b/user0/Maildir/.INBOX/.imap.index.data: Missing
location field for record 156
Apr 10 08:56:25 mercury m...
2005 Sep 28
2
[ win32utils-Bugs-2532 ] Etc::Admin.configure_group problem
...tion: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Park Heesob (phasis68)
Summary: Etc::Admin.configure_group problem
Initial Comment:
Ruby 1.8.2
Windows XP Pro
I can''t seem to configure an existing group with more than four users. As a test, I added users "user0" to "user99". Then I ran the following snippet:
tc::Admin.configure_group(
:group_name => "group0",
:description => "Test group - delete this group",
:local? => true,
:users => %w/user7 user1 user2 user99 user0/
)
This fails. However, i...
2005 Apr 01
1
ntlm_auth, samba PDC
Hello!
I want to provide ntlm authentification for my squid proxy users :-)
I have only samba PDCs.
But looks like winbind still doesn't work against samba PDC or I did
something wrong:
gopher:~ # wbinfo -a user0%user0
plaintext password authentication failed
error code was NT_STATUS_CANT_ACCESS_DOMAIN_INFO (0xc00000da)
error messsage was: NT_STATUS_CANT_ACCESS_DOMAIN_INFO
Could not authenticate user user0%user0 with plaintext password
challenge/response password authentication failed
error code was NT_STAT...
2008 Dec 11
0
File permission (easy)
...t write on it, I can delete
file/dir)
I also tried to do:
echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled
mount -t cifs //ip_server/tmp /home/share/tmp
echo 1 > /proc/fs/cifs/LinuxExtensionsEnabled
(read in old post of ML)
but there's same error.
permission on the server
drwxrwx--T 6 user0 user0 4096 2008-08-20 15:08 tmp
user0 is in samba group
client details:
debian testing
kernel 2.6.26.5
server details:
debian stable
kernel 2.6.22.19
smb.conf
netbios name = FILESERVER
workgroup = WORKGROUP
Server String = FILESERVER
wins support = yes
name resolve order = wins host dns bcast
h...
2005 Jul 08
0
IAX - newbie question
...;t
know what I am doing wrong, but am attaching my iax.conf and
extensions.conf on both the boxes. Does anyone see it?
------config files start------
site-0
------
voip:etc/asterisk# more iax.conf
[general]
bindport=4569
bindaddr=192.168.3.60
bandwidth=low
permit=192.168.3.205
;register => user0:secret0@192.168.3.205
[site1]
type=friend
host=192.168.3.205
username=user1
secret=secret1
auth=md5
context=incoming
trunk=yes
qualify=1000
disallow=all
allow=ilbc
voip:/etc/asterisk# more extensions.conf
[general]
static=yes
writeprotect=no
[globals]
; Global Variables
; Internal SIP Phone Numb...
2009 Dec 18
3
imap-login crashes after upgrade to Dovecot 1.2.8 Linux 64-bit
...of our users have experienced random
disconnections when proxied in imap-login (either using the internal SSL
proxy, or to an external IMAP server) and the error logs contain things
like:
> Dec 18 00:27:58 imap-login: Info: Disconnected: Connection queue full (auth failed, 1 attempts): user=<user0>, method=PLAIN, rip=<ip0>, lip=134.225.32.156, TLS
> Dec 18 00:27:58 imap-login: Panic: file ioloop.c: line 39 (io_add): assertion failed: (fd >= 0)
> Dec 18 00:27:58 IMAP 9486 <user1> <ip1> : Info: Connection closed bytes=224/1753
> Dec 18 00:27:58 IMAP 10116 <u...
2005 Sep 28
1
[ win32utils-Bugs-2532]Etc::Admin.configure_group problem
...68)
> > Summary: Etc::Admin.configure_group problem
> >
> > Initial Comment:
> > Ruby 1.8.2
> > Windows XP Pro
> >
> > I can''t seem to configure an existing group with more than
> four users.
> > As
> > a test, I added users "user0" to "user99". Then I ran the
> following
> > snippet:
> >
> > tc::Admin.configure_group(
> > :group_name => "group0",
> > :description => "Test group - delete this group",
> > :local? => true,
> > :u...
2008 Jun 12
0
Samba 3 handles Linux permissions differently then Samba 2 ?
...uSE 10.3 (with samba 3.0.26).
We used to have directories like this (relative to the Samba share):
/root/dir0/dir1/dir2/dir3/userdir1-1/userdir1-2
'root' and all it's parent directories have '0755' Linux permission.
dir0-dir3 all have '0711' permissions and belong to USER0 / GROUP0. USER0
doesn't exist in 'smbpasswd' - everybody should be able to 'CD' into this
directories, but shouldn't be able to list it's contents. These are several
combinations of such directories on each samba server and we'd like to 'hide'
them from u...
2015 Jun 23
0
Problem with LDAP... again...
...PT
If I try to login in, with my login and password, I see with ngrep
that Dovecot ask the AD for my data AND GET THEM, then I see:
T 10.0.46.4:49204 -> 192.168.168.23:389 [AP]
0p...ck."DC=DomainDnsZones,DC=company,DC=local................4....samAccountName..bertoncello....objectClass..user0.
#
T 192.168.168.23:389 -> 10.0.46.4:49204 [AP]
0........e................000004DC: LdapErr: DSID-0C0906E8,
comment: In order to perform this operation a successful bind must be
completed on the connection., data 0, v1db1.
This is what I see in Dovecot's log:
--
Dipl. Inf. Luca Be...
2010 Jul 14
3
Doveadm director flush/remove
I've got a couple more issues with the doveadm director interface:
1) If I use "doveadm director remove" to disable a host with active users,
the director seems to lose track of users mapped to that host. I guess I
would expect it to tear down any active sessions by killing the login
proxies, like I'd done 'doveadm direct add HOSTNAME 0 && doveadm director
flush
2009 Jul 04
12
save! not allowed after validates_uniqueness
I have this in a model
validates_uniqueness_of :aspect, :scope => :user_id
In an instance method of the same model I have "save!" but I don''t touch
the :aspect attribute in that instance method at all.
Whenever that save! command is run however I get this error:
ActiveRecord::RecordInvalid: Validation failed: Aspect has
already been taken
I don''t
2015 Jun 23
0
Problem with LDAP... again...
...PT
If I try to login in, with my login and password, I see with ngrep
that Dovecot ask the AD for my data AND GET THEM, then I see:
T 10.0.46.4:49204 -> 192.168.168.23:389 [AP]
0p...ck."DC=DomainDnsZones,DC=company,DC=local................4....samAccountName..bertoncello....objectClass..user0.
#
T 192.168.168.23:389 -> 10.0.46.4:49204 [AP]
0........e................000004DC: LdapErr: DSID-0C0906E8,
comment: In order to perform this operation a successful bind must be
completed on the connection., data 0, v1db1.
This is what I see in Dovecot's log:
Jun 23 11:26:43 proxy01...
2016 Feb 26
8
[PATCH 0/4] fix pmu code on gk208+
while trying out my pmu_counter patches on a gk208 gpu, I notived that the pmu
is pretty much screwed up there.
Karol Herbst (4):
pmu/fuc: fix imm32 for gk208+
pmu/fuc: replace mov+sethi with imm32
pmu/fuc: call# seems to be broken on gk208
pmu/fuc: movw is somewhat weird on gk208, use mov instead
drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h | 1598 +++++++++++------------
2016 Feb 26
0
[PATCH 2/4] pmu/fuc: replace mov+sethi with imm32
...ehow allows the magic "access mmio via D[]" stuff that's
// used by the nv_rd32/nv_wr32 macros to work
- mov $r1 0x0010
- sethi $r1 NV_PPWR_UAS_CONFIG_ENABLE
+ imm32($r1, 0x10 + NV_PPWR_UAS_CONFIG_ENABLE)
nv_iowrs(NV_PPWR_UAS_CONFIG, $r1)
#endif
// route all interrupts except user0/1 and pause to fuc
- mov $r1 0x00e0
- sethi $r1 0x00000000
+ imm32($r1, 0xe0)
nv_iowr(NV_PPWR_INTR_ROUTE, $r1)
// enable watchdog and subintr intrs
@@ -529,8 +523,8 @@ init:
nv_iowr(NV_PPWR_INTR_EN_SET, $r1)
// enable interrupts globally
- mov $r1 #intr
- sethi $r1 0x00000000
+ imm32($r...
2016 Mar 02
4
[PATCH v2 0/4] fix pmu code on gk208+
this series fixes the PMU on falcons v5 which fixes memory recklocking on
kepler2 and would also allow us to enable memory recklocking on maxwell
Karol Herbst (4):
pmu/fuc: fix imm32 for gk208+
pmu/fuc: replace mov+sethi with imm32
pmu/fuc: use the call macro instead of using the call instruction
directly
pmu/fuc: use imm32 in ld/st macros
2016 Nov 21
2
Winbind traffic not encrypted
...74 436c ser20F..objectCl
0x02f0: 6173 7331 3704 0374 6f70 040c 706f 7369 ass17..top..posi
0x0300: 7841 6363 6f75 6e74 0406 7065 7273 6f6e xAccount..person
0x0310: 0414 6f72 6761 6e69 7a61 7469 6f6e 616c ..organizational
0x0320: 5065 7273 6f6e 0404 7573 6572 301b 0412 Person..user0...
0x0330: 7573 6572 4163 636f 756e 7443 6f6e 7472 userAccountContr
0x0340: 6f6c 3105 0403 3531 3230 2204 0a70 7764 ol1...5120"..pwd
0x0350: 4c61 7374 5365 7431 1404 1231 3331 3234 LastSet1...13124
0x0360: 3139 3936 3137 3030 3030 3030 3030 1304 19961700000000..
0x...