You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Alok Lal (JIRA)" <ji...@apache.org> on 2014/10/29 19:05:34 UTC

[jira] [Updated] (ARGUS-138) usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC

     [ https://issues.apache.org/jira/browse/ARGUS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alok Lal updated ARGUS-138:
---------------------------
    Attachment: 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch

Patch submitted.

> usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC
> -------------------------------------------------------
>
>                 Key: ARGUS-138
>                 URL: https://issues.apache.org/jira/browse/ARGUS-138
>             Project: Argus
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Alok Lal
>            Assignee: Alok Lal
>             Fix For: 0.4.0
>
>         Attachments: 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch
>
>
> I was trying to setup argus by hand on a nano environment. I had MIN_UNIX_USER_ID_TO_SYNC set to 1000 in the file. I ran the install.sh and after that when I checked users in the argus admin I see that it created several users that have id less than 1000!  For example, I see that usersync brought in users like bin, mail, adm, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Re: [jira] [Updated] (ARGUS-138) usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC

Posted by Alok Lal <al...@hortonworks.com>.
Sree:

I should have been clearer when I replied to you last time.  I didn't
create the machines on which I tried this.  I got hold of a ready-made VM
as it wasn't important for this problem for me to know those details --
except that it had "latest" bits of hadoop components on it, e.g. hdfs,
mapred, etc.  Of course, I had to be able to build argus code downloaded
from apache git repo on my workstation and take the tar over for install.
After that I just followed the instruction
<http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.1-latest/bk_HDPSecure_Admin/content/ch_XA-overview.html>
.

That said environment was Linux and java version was 1.7.x.


On Wed, Oct 29, 2014 at 1:27 PM, Sree V <sr...@yahoo.com.invalid>
wrote:

> I don't mean that way, Alok.
> You are the one in this mailing list, said, setting up run time, for argus.
> I would want to either duplicate or compliment your effort.
> Is this environment is,Linux/Windows ? version ?Java version ?Dependencies
> and their Versions ?
> Any information that would help setup a runtime of argus, is great.And I
> can update the document on site, as well.
> Thanking you.
>
> With Regards
> Sree
>
>      On Wednesday, October 29, 2014 12:51 PM, Alok Lal <
> alal@hortonworks.com> wrote:
>
>
>  My bad, that is a local/internal reference.  Let me clean up the
> description.
>
> On Wed, Oct 29, 2014 at 12:45 PM, Sree V <sr...@yahoo.com.invalid>
> wrote:
>
> > Hi Alok,
> > What is a nano environment ?
> > Thanking you.
> >
> > With Regards
> > Sree
> >
> >      On Wednesday, October 29, 2014 11:05 AM, Alok Lal (JIRA) <
> > jira@apache.org> wrote:
> >
> >
> >
> >    [
> >
> https://issues.apache.org/jira/browse/ARGUS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> > ]
> >
> > Alok Lal updated ARGUS-138:
> > ---------------------------
> >    Attachment:
> > 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch
> >
> > Patch submitted.
> >
> > > usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC
> > > -------------------------------------------------------
> > >
> > >                Key: ARGUS-138
> > >                URL: https://issues.apache.org/jira/browse/ARGUS-138
> > >            Project: Argus
> > >          Issue Type: Bug
> > >    Affects Versions: 0.4.0
> > >            Reporter: Alok Lal
> > >            Assignee: Alok Lal
> > >            Fix For: 0.4.0
> > >
> > >        Attachments:
> > 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch
> > >
> > >
> > > I was trying to setup argus by hand on a nano environment. I had
> > MIN_UNIX_USER_ID_TO_SYNC set to 1000 in the file. I ran the install.sh
> and
> > after that when I checked users in the argus admin I see that it created
> > several users that have id less than 1000!  For example, I see that
> > usersync brought in users like bin, mail, adm, etc.
> >
> >
> >
> > --
> > This message was sent by Atlassian JIRA
> > (v6.3.4#6332)
> >
> >
> >
>
>
>
>
> --
> "* ... there is nothing more secure then a computer which is not connected
> to the network --- and powered off!...*" - from Kerberos Introduction
> <http://web.mit.edu/Kerberos/www/#what_is>
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>
>
>




-- 
"* ... there is nothing more secure then a computer which is not connected
to the network --- and powered off!...*" - from Kerberos Introduction
<http://web.mit.edu/Kerberos/www/#what_is>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [jira] [Updated] (ARGUS-138) usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC

Posted by Sree V <sr...@yahoo.com.INVALID>.
I don't mean that way, Alok.
You are the one in this mailing list, said, setting up run time, for argus.
I would want to either duplicate or compliment your effort.
Is this environment is,Linux/Windows ? version ?Java version ?Dependencies and their Versions ?
Any information that would help setup a runtime of argus, is great.And I can update the document on site, as well.
Thanking you.

With Regards
Sree 

     On Wednesday, October 29, 2014 12:51 PM, Alok Lal <al...@hortonworks.com> wrote:
   

 My bad, that is a local/internal reference.  Let me clean up the
description.

On Wed, Oct 29, 2014 at 12:45 PM, Sree V <sr...@yahoo.com.invalid>
wrote:

> Hi Alok,
> What is a nano environment ?
> Thanking you.
>
> With Regards
> Sree
>
>      On Wednesday, October 29, 2014 11:05 AM, Alok Lal (JIRA) <
> jira@apache.org> wrote:
>
>
>
>    [
> https://issues.apache.org/jira/browse/ARGUS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
>
> Alok Lal updated ARGUS-138:
> ---------------------------
>    Attachment:
> 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch
>
> Patch submitted.
>
> > usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC
> > -------------------------------------------------------
> >
> >                Key: ARGUS-138
> >                URL: https://issues.apache.org/jira/browse/ARGUS-138
> >            Project: Argus
> >          Issue Type: Bug
> >    Affects Versions: 0.4.0
> >            Reporter: Alok Lal
> >            Assignee: Alok Lal
> >            Fix For: 0.4.0
> >
> >        Attachments:
> 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch
> >
> >
> > I was trying to setup argus by hand on a nano environment. I had
> MIN_UNIX_USER_ID_TO_SYNC set to 1000 in the file. I ran the install.sh and
> after that when I checked users in the argus admin I see that it created
> several users that have id less than 1000!  For example, I see that
> usersync brought in users like bin, mail, adm, etc.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>
>
>




-- 
"* ... there is nothing more secure then a computer which is not connected
to the network --- and powered off!...*" - from Kerberos Introduction
<http://web.mit.edu/Kerberos/www/#what_is>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.


   

Re: [jira] [Updated] (ARGUS-138) usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC

Posted by Alok Lal <al...@hortonworks.com>.
My bad, that is a local/internal reference.  Let me clean up the
description.

On Wed, Oct 29, 2014 at 12:45 PM, Sree V <sr...@yahoo.com.invalid>
wrote:

> Hi Alok,
> What is a nano environment ?
> Thanking you.
>
> With Regards
> Sree
>
>      On Wednesday, October 29, 2014 11:05 AM, Alok Lal (JIRA) <
> jira@apache.org> wrote:
>
>
>
>     [
> https://issues.apache.org/jira/browse/ARGUS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
>
> Alok Lal updated ARGUS-138:
> ---------------------------
>     Attachment:
> 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch
>
> Patch submitted.
>
> > usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC
> > -------------------------------------------------------
> >
> >                Key: ARGUS-138
> >                URL: https://issues.apache.org/jira/browse/ARGUS-138
> >            Project: Argus
> >          Issue Type: Bug
> >    Affects Versions: 0.4.0
> >            Reporter: Alok Lal
> >            Assignee: Alok Lal
> >            Fix For: 0.4.0
> >
> >        Attachments:
> 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch
> >
> >
> > I was trying to setup argus by hand on a nano environment. I had
> MIN_UNIX_USER_ID_TO_SYNC set to 1000 in the file. I ran the install.sh and
> after that when I checked users in the argus admin I see that it created
> several users that have id less than 1000!  For example, I see that
> usersync brought in users like bin, mail, adm, etc.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>
>
>




-- 
"* ... there is nothing more secure then a computer which is not connected
to the network --- and powered off!...*" - from Kerberos Introduction
<http://web.mit.edu/Kerberos/www/#what_is>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [jira] [Updated] (ARGUS-138) usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC

Posted by Sree V <sr...@yahoo.com.INVALID>.
Hi Alok,
What is a nano environment ?
Thanking you.

With Regards
Sree 

     On Wednesday, October 29, 2014 11:05 AM, Alok Lal (JIRA) <ji...@apache.org> wrote:
   

 
    [ https://issues.apache.org/jira/browse/ARGUS-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alok Lal updated ARGUS-138:
---------------------------
    Attachment: 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch

Patch submitted.

> usersync installer is ignoring MIN_UNIX_USER_ID_TO_SYNC
> -------------------------------------------------------
>
>                Key: ARGUS-138
>                URL: https://issues.apache.org/jira/browse/ARGUS-138
>            Project: Argus
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Alok Lal
>            Assignee: Alok Lal
>            Fix For: 0.4.0
>
>        Attachments: 0001-ARGUS-138-Fixed-the-bug-that-caused-code-to-let-some.patch
>
>
> I was trying to setup argus by hand on a nano environment. I had MIN_UNIX_USER_ID_TO_SYNC set to 1000 in the file. I ran the install.sh and after that when I checked users in the argus admin I see that it created several users that have id less than 1000!  For example, I see that usersync brought in users like bin, mail, adm, etc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)