search for: tuser

Displaying 20 results from an estimated 76 matches for "tuser".

Did you mean: user
2000 Oct 11
2
scp -L option
...420,435 **** else if (!okname(suser)) continue; (void) sprintf(bp, ! "%s%s -x -o'FallBackToRsh no' -n -l %s %s %s %s '%s%s%s:%s'", ssh_program, verbose_mode ? " -v" : "", suser, host, cmd, src, tuser ? tuser : "", tuser ? "@" : "", thost, targ); } else { host = cleanhostname(argv[i]); (void) sprintf(bp, ! "exec %s%s -x -o'FallBackToRsh no' -n %s %s %s '%s%s%s:%s'", ssh_program, verbose_mode ?...
2004 Aug 31
1
[PATCH] supporting a remote scp path option in scp
...quot; : ""); @@ -347,6 +361,7 @@ errs = 1; } } + xfree(rscpcmd); exit(errs != 0); } @@ -383,7 +398,7 @@ len = strlen(ssh_program) + strlen(argv[i]) + strlen(src) + (tuser ? strlen(tuser) : 0) + strlen(thost) + strlen(targ) + - strlen(ssh_options) + CMDNEEDS + 20; + strlen(ssh_options) + strlen(rscpcmd) + 20; bp = xmalloc(len); if (host) {...
2014 Dec 31
2
Member Server Setup Assistance
Rowland, I decided to start over with a fresh install and attempted again. Only change I made was to start my mappings at 10000. I gave 'Domain Users' group gid 10000 and 'tuser' has uid 10001. Still didn't work btw. dn: CN=Test User,CN=Users,DC=domain,DC=local objectClass: top objectClass: person objectClass: organizationalPerson objectClass: user cn: Test User sn: User givenName: Test instanceType: 4 whenCreated: 20141231172021.0Z displayName: Test User uSNCre...
2015 Jan 01
3
Member Server Setup Assistance
...20 PM, Rowland Penny wrote: > On 31/12/14 19:07, James wrote: >> Rowland, >> >> I decided to start over with a fresh install and attempted again. >> Only change I made was to start my mappings at 10000. I gave 'Domain >> Users' group gid 10000 and 'tuser' has uid 10001. Still didn't work btw. >> >> dn: CN=Test User,CN=Users,DC=domain,DC=local >> objectClass: top >> objectClass: person >> objectClass: organizationalPerson >> objectClass: user >> cn: Test User >> sn: User >> givenName: Te...
2006 Oct 31
1
auth both system and virtual users
...t: auth(default): passwd-file /etc/imap.passw d: Read 1 users Oct 30 20:12:24 grp-01-10-01 dovecot: auth(default): client in: AUTH 1 PLAIN service=IMAP secured lip=::ffff:127.0.0.1 rip=::ffff:127.0.0.1 resp=AHR1c2VyAHBhc3M= Oct 30 20:12:24 grp-01-10-01 dovecot: auth(default): passwd-file(tuser,::ffff:12 7.0.0.1): unknown user Oct 30 20:12:24 grp-01-10-01 dovecot: auth(default): client out: OK 1 user=tuser Oct 30 20:12:24 grp-01-10-01 dovecot: auth(default): master in: REQUEST 1 30764 1 Oct 30 20:12:24 grp-01-10-01 dovecot: auth(default): passwd(tuser,::ffff:127.0.0 .1): unknown use...
2000 Aug 12
0
[PATCH] scp -S support
...Server options. */ case 'd': targetshouldbedirectory = 1; @@ -388,7 +394,7 @@ if (*src == 0) src = "."; host = strchr(argv[i], '@'); - len = strlen(SSH_PROGRAM) + strlen(argv[i]) + + len = strlen(ssh_program) + strlen(argv[i]) + strlen(src) + (tuser ? strlen(tuser) : 0) + strlen(thost) + strlen(targ) + CMDNEEDS + 32; bp = xmalloc(len); @@ -402,7 +408,7 @@ continue; (void) sprintf(bp, "%s%s -x -o'FallBackToRsh no' -n -l %s %s %s %s '%s%s%s:%s'", - SSH_PROGRAM, verbose_mode ?...
2010 Sep 07
1
Problem with Sieve Vacation
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, dovecot version 1.2.12 on freebsd 7.0 with dovecot-sieve-1.2+0.1.17 I have users in ldap and aliases in /etc/aliases and i use postfix. There is an alias testuser at hostname for tuser at hostname. When tuser uses sieve vacation and uses the :addresses options with his email address (tuser at hostname), the response is also sent, if a mail to testuser at hostname is sent. in the postfix master.cf the line for deliver is flags=DRhu user=vmail:vmail argv=/usr/...
2015 Jan 02
2
Member Server Setup Assistance
...date failed. Corrected and joined again. Successfully joined and updated DNS A record. I then made sure to give 'Domain users' a id of 10000. I am now able to run' getent passwd' and see all my domain users! YES! However I still see something that confuses me. When I run 'id tuser' I get the following. uid=2155(tuser) gid=2002(domain_users) groups=2002(domain_users),2004(remote_desktop_users_group),2001(BUILTIN\users) Why is the uid 2155 and not 10001? On 1/2/2015 12:00 PM, Rowland Penny wrote: > On 02/01/15 16:57, James wrote: >> Rowland, >> >&gt...
2015 Jan 02
2
Member Server Setup Assistance
...ain. Successfully joined and >> updated DNS A record. I then made sure to give 'Domain users' a id of >> 10000. I am now able to run' getent passwd' and see all my domain >> users! YES! However I still see something that confuses me. When I >> run 'id tuser' I get the following. >> >> uid=2155(tuser) gid=2002(domain_users) >> groups=2002(domain_users),2004(remote_desktop_users_group),2001(BUILTIN\users) >> >> Why is the uid 2155 and not 10001? >> >> >> >> On 1/2/2015 12:00 PM, Rowland Penny wr...
2015 Jan 02
2
Member Server Setup Assistance
...I do have a question regarding the 'getent' command before setting up file shares. When I run 'getent group Domain\ Users' I get domain_users:x:10000:user1,user2,user3,user4,user5,user6,user7,user8 Why does it show these specific users? I would assume it would only show my 'tuser'. I don't have uid's set for anyone else. On 1/2/2015 12:38 PM, Rowland Penny wrote: > On 02/01/15 17:26, James wrote: >> Rowland, >> >> I did forget to change it. Is it as simple as renaming now or did >> I screw up? >> >> On 1/2/2015 12:18...
2015 Jan 02
4
Member Server Setup Assistance
...2/14 19:07, James wrote: >>>> Rowland, >>>> >>>> I decided to start over with a fresh install and attempted >>>> again. Only change I made was to start my mappings at 10000. I gave >>>> 'Domain Users' group gid 10000 and 'tuser' has uid 10001. Still >>>> didn't work btw. >>>> >>>> dn: CN=Test User,CN=Users,DC=domain,DC=local >>>> objectClass: top >>>> objectClass: person >>>> objectClass: organizationalPerson >>>> objectClass: us...
2000 Dec 12
1
scp and filenames with weird characters
...e er mat eller andre ting. [Voll studentby] -------------- next part -------------- --- scp.c Tue Dec 12 17:36:30 2000 +++ /home/stain/scp.c Tue Dec 12 17:36:17 2000 @@ -387,7 +387,7 @@ host = strchr(argv[i], '@'); len = strlen(ssh_program) + strlen(argv[i]) + strlen(src) + (tuser ? strlen(tuser) : 0) + - strlen(thost) + strlen(targ) + CMDNEEDS + 32; + strlen(thost) + strlen(targ) + CMDNEEDS + 40; bp = xmalloc(len); if (host) { *host++ = 0; @@ -398,7 +398,7 @@ else if (!okname(suser)) continue; sprintf(bp, - "%s%s -x -o...
2015 Jan 02
2
Member Server Setup Assistance
...;>> Rowland, >>>>>> >>>>>> I decided to start over with a fresh install and attempted >>>>>> again. Only change I made was to start my mappings at 10000. I >>>>>> gave 'Domain Users' group gid 10000 and 'tuser' has uid 10001. >>>>>> Still didn't work btw. >>>>>> >>>>>> dn: CN=Test User,CN=Users,DC=domain,DC=local >>>>>> objectClass: top >>>>>> objectClass: person >>>>>> objectClass: organ...
2015 Jan 02
2
Member Server Setup Assistance
...command before setting up file shares. When I run >> 'getent group Domain\ Users' I get >> >> domain_users:x:10000:user1,user2,user3,user4,user5,user6,user7,user8 >> >> Why does it show these specific users? I would assume it would only >> show my 'tuser'. I don't have uid's set for anyone else. > > When you run 'getent group Domain\ Users' it gets the groups gidNumber > (10000 in your case) and the contents any 'member' attributes, so I > presume if you examine the groups AD object, you would find 8 'm...
2015 Jan 02
2
Member Server Setup Assistance
...un >>>> 'getent group Domain\ Users' I get >>>> >>>> domain_users:x:10000:user1,user2,user3,user4,user5,user6,user7,user8 >>>> >>>> Why does it show these specific users? I would assume it would only >>>> show my 'tuser'. I don't have uid's set for anyone else. >>> >>> When you run 'getent group Domain\ Users' it gets the groups >>> gidNumber (10000 in your case) and the contents any 'member' >>> attributes, so I presume if you examine the groups AD...
2014 Dec 31
0
Member Server Setup Assistance
On 31/12/14 19:07, James wrote: > Rowland, > > I decided to start over with a fresh install and attempted again. > Only change I made was to start my mappings at 10000. I gave 'Domain > Users' group gid 10000 and 'tuser' has uid 10001. Still didn't work btw. > > dn: CN=Test User,CN=Users,DC=domain,DC=local > objectClass: top > objectClass: person > objectClass: organizationalPerson > objectClass: user > cn: Test User > sn: User > givenName: Test > instanceType: 4 > whenCre...
2015 Jan 05
2
Member Server Setup Assistance
...omain\ Users' I get >>>>>> >>>>>> domain_users:x:10000:user1,user2,user3,user4,user5,user6,user7,user8 >>>>>> >>>>>> Why does it show these specific users? I would assume it would >>>>>> only show my 'tuser'. I don't have uid's set for anyone else. >>>>> >>>>> When you run 'getent group Domain\ Users' it gets the groups >>>>> gidNumber (10000 in your case) and the contents any 'member' >>>>> attributes, so I pres...
2015 Jan 05
2
Member Server Setup Assistance
...>>>> >>>>>>>> domain_users:x:10000:user1,user2,user3,user4,user5,user6,user7,user8 >>>>>>>> >>>>>>>> Why does it show these specific users? I would assume it would >>>>>>>> only show my 'tuser'. I don't have uid's set for anyone else. >>>>>>> >>>>>>> When you run 'getent group Domain\ Users' it gets the groups >>>>>>> gidNumber (10000 in your case) and the contents any 'member' >>>>&g...
2000 Jul 07
0
Patch to add scp -L option
...;", + "%s%s%s -x -o'FallBackToRsh no' -n -l %s %s %s %s '%s%s%s:%s'", SSH_PROGRAM, verbose_mode ? " -v" : "", + nonprivilaged_port ? " -P" : "", suser, host, cmd, src, tuser ? tuser : "", tuser ? "@" : "", thost, targ); } else { host = cleanhostname(argv[i]); (void) sprintf(bp, - "exec %s%s -x -o'FallBackToRsh no' -n %s %s %s '%s%s%s:%s'", + "exec %s%s%s -x -o&...
2014 Dec 31
2
Member Server Setup Assistance
Hi Rowland, passwd: compat winbind group: compat winbind 'getent passwd tuser' results in a blank terminal line. On 12/31/2014 1:12 PM, Rowland Penny wrote: > On 31/12/14 17:55, James wrote: >> Hi Rowland, >> >> I did. Unfortunately something is still amiss. I do receive a >> response from 'getent group domain users'(users:x:100)...