Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-27 Thread KJS




Which applications?  I do know Microsoft Office products usually have 
some fine tuning when run with or without domain logins.


Other than that; we would need more specifics to answer your problem...

1)  You said the application being run was having problems, what error 
messages or problems?  Try to be as complete as possible.

Error id=371530

Fatal: Internal system error, cannot recover.
Release = 'C-2009.06-1'  Architecture = 'linux'  Program = 'DVE'
'164492884 142997729 164493463 -6912 -3174932 164440005 164565674
164214114 142860386 142254224 141374259 1732236'


2)  Name the application if possible?  Microsoft Excel, etc.
VCS 7 DVE from Synopsys. BTW I am running this on Linux not windows (you 
mentioned Excel???!) * *
3)  If a custom application, what type of access is giving the 
problem? Database, text file, binary file, permissions, etc.

Error is:

Error id=371530
Fatal: Internal system error, cannot recover.
Release = 'C-2009.06-1'  Architecture = 'linux'  Program = 'DVE'
'164492884 142997729 164493463 -6912 -3174932 164440005 164565674
164214114 142860386 142254224 141374259 1732236'


4)  Is the problem random or only with users on the domain as oppose 
to the local machine accounts?  The local machine accounts may have 
special permissions to access more features of the system.  If the 
special application is taking advantage of these features it may not 
like the domain users.
No UID / GID same groups, as mentioned previously the only difference is 
the high UID and the location of the home dir.

5)  Calm down...

I am calm :)
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-27 Thread Michael Wood
2009/10/27 James Kosin james_ko...@cox.net:
[...]
 Which applications?  I do know Microsoft Office products usually have some
 fine tuning when run with or without domain logins.

 Other than that; we would need more specifics to answer your problem...

 1)  You said the application being run was having problems, what error
 messages or problems?  Try to be as complete as possible.
[...]

I think the original thread made this more clear, but he has local and
AD users logging into a Linux machine, using winbind for
authenticating the AD users.  These users are all trying to run some
proprietary software on the Linux machine, so they are not accessing
Samba shares (or if they are that is not related to this problem.)

-- 
Michael Wood esiot...@gmail.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-26 Thread James Kosin
- Original Message - 
From: Michael Wood esiot...@gmail.com

To: James Kosin james_ko...@cox.net
Cc: KJS li...@netzensolutions.com; samba@lists.samba.org
Sent: Friday, October 23, 2009 3:38 AM
Subject: Re: [Samba] UID - high need to lower it for a test user - active 
directory auth



-- snip --


What sort of problem are you having?

The higher UID for non-local users is normal and shouldn't be touched in
most cases. This is to keep the local UIDs different significantly from 
the

ones that are not local.
The only problem you may be having would be if you have a huge number of
local users. In which case you would have to determine if it would be
better to create all local account for everyone on the domain to keep from
having problems. But, I seriously doubt this is the problem.


If it's a wild goose chase it's my fault.  He is having trouble with
some commercial software when run by domain users instead of local
users.

The differences between them as far as I could tell are:

The local users all have UIDs and primary group IDs  65536.
The domain users all have UIDs and primary group IDs  65536.
Also, the primary group name of the domain users is Domain Users.
i.e. it has a space in it.

Since traditionally UIDs and GIDs were 16 bit numbers, I thought it
was possible that this commercial software somehow did not like the
large UIDs/GIDs.

Perhaps it would be easier to test a local user with a high UID and
primary group ID to see if that also does not work.



Which applications?  I do know Microsoft Office products usually have some 
fine tuning when run with or without domain logins.


Other than that; we would need more specifics to answer your problem...

1)  You said the application being run was having problems, what error 
messages or problems?  Try to be as complete as possible.

2)  Name the application if possible?  Microsoft Excel, etc.
3)  If a custom application, what type of access is giving the problem? 
Database, text file, binary file, permissions, etc.
4)  Is the problem random or only with users on the domain as oppose to the 
local machine accounts?  The local machine accounts may have special 
permissions to access more features of the system.  If the special 
application is taking advantage of these features it may not like the domain 
users.

5)  Calm down...

James Kosin

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-23 Thread Michael Wood
2009/10/23 James Kosin james_ko...@cox.net:
 - Original Message - From: KJS li...@netzensolutions.com
 Newsgroups: linux.samba
 Sent: Thursday, October 22, 2009 9:00 AM
 Subject: Re: [Samba] UID - high need to lower it for a test user - active
 directory auth


 Hi Guys,

 I am having some problems with Active Directory users using a bit of
 software on our server, my AD users are authing via Winbind this works fine
 and the only difference I can see between a local  user and an AD user is
 the fact the AD user has a MUCH higher UID, how can I create a user with a
 low UID to test this?  I don't want to change them all yet as it might not
 be this that is causing the problem.

 Many Thanks,
 KJS


 What sort of problem are you having?

 The higher UID for non-local users is normal and shouldn't be touched in
 most cases.  This is to keep the local UIDs different significantly from the
 ones that are not local.
 The only problem you may be having would be if you have a huge number of
 local users.  In which case you would have to determine if it would be
 better to create all local account for everyone on the domain to keep from
 having problems.  But, I seriously doubt this is the problem.

If it's a wild goose chase it's my fault.  He is having trouble with
some commercial software when run by domain users instead of local
users.

The differences between them as far as I could tell are:

The local users all have UIDs and primary group IDs  65536.
The domain users all have UIDs and primary group IDs  65536.
Also, the primary group name of the domain users is Domain Users.
i.e. it has a space in it.

Since traditionally UIDs and GIDs were 16 bit numbers, I thought it
was possible that this commercial software somehow did not like the
large UIDs/GIDs.

Perhaps it would be easier to test a local user with a high UID and
primary group ID to see if that also does not work.

-- 
Michael Wood esiot...@gmail.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-23 Thread KJS




If it's a wild goose chase it's my fault.  He is having trouble with
some commercial software when run by domain users instead of local
users.

The differences between them as far as I could tell are:

The local users all have UIDs and primary group IDs  65536.
The domain users all have UIDs and primary group IDs  65536.
Also, the primary group name of the domain users is Domain Users.
i.e. it has a space in it.

Since traditionally UIDs and GIDs were 16 bit numbers, I thought it
was possible that this commercial software somehow did not like the
large UIDs/GIDs.

Perhaps it would be easier to test a local user with a high UID and
primary group ID to see if that also does not work.

  


Perhaps, I guess create a user then usermod -u NUMBER login or just 
create a user and edit the /etc/passwd entry?


I am running out of ideas so I am having to rule everything out... only 
other thing that is different is the location of the users home dir 
instead on /home/user its /home/DOMAIN/user.


Thanks
KJS

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] UID - high need to lower it for a test user - active directory auth

2009-10-23 Thread KJS

Hi Guys,

I am having some problems with Active Directory users using a bit of 
software on our server, my AD users are authing via Winbind this works 
fine and the only difference I can see between a local  user and an AD 
user is the fact the AD user has a MUCH higher UID, how can I create a 
user with a low UID to test this?  I don't want to change them all yet 
as it might not be this that is causing the problem.


Many Thanks,
KJS
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-23 Thread Michael Wood
2009/10/23 KJS li...@netzensolutions.com:


 If it's a wild goose chase it's my fault.  He is having trouble with
 some commercial software when run by domain users instead of local
 users.

 The differences between them as far as I could tell are:

 The local users all have UIDs and primary group IDs  65536.
 The domain users all have UIDs and primary group IDs  65536.
 Also, the primary group name of the domain users is Domain Users.
 i.e. it has a space in it.

 Since traditionally UIDs and GIDs were 16 bit numbers, I thought it
 was possible that this commercial software somehow did not like the
 large UIDs/GIDs.

 Perhaps it would be easier to test a local user with a high UID and
 primary group ID to see if that also does not work.

 Perhaps, I guess create a user then usermod -u NUMBER login or just create
 a user and edit the /etc/passwd entry?

Or:

root:~# addgroup --gid 7 testgroup
Adding group `testgroup' (GID 7) ...
Done.
root:~# adduser --uid 7 --gid 7 testuser
Adding user `testuser' ...
Adding new user `testuser' (7) with group `testgroup' ...
Creating home directory `/home/testuser' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for testuser
Enter the new value, or press ENTER for the default
Full Name []: test
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [y/N] y
root:~# id testuser
uid=7(testuser) gid=7(testgroup) groups=7(testgroup)

 I am running out of ideas so I am having to rule everything out... only
 other thing that is different is the location of the users home dir instead
 on /home/user its /home/DOMAIN/user.

-- 
Michael Wood esiot...@gmail.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-22 Thread KJS

Hi Guys,


I am having some problems with Active Directory users using a bit of 
software on our server, my AD users are authing via Winbind this works 
fine and the only difference I can see between a local  user and an AD 
user is the fact the AD user has a MUCH higher UID, how can I create a 
user with a low UID to test this?  I don't want to change them all yet 
as it might not be this that is causing the problem.


Many Thanks,
KJS



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] UID - high need to lower it for a test user - active directory auth

2009-10-22 Thread James Kosin
- Original Message - 
From: KJS li...@netzensolutions.com

Newsgroups: linux.samba
Sent: Thursday, October 22, 2009 9:00 AM
Subject: Re: [Samba] UID - high need to lower it for a test user - active 
directory auth




Hi Guys,


I am having some problems with Active Directory users using a bit of 
software on our server, my AD users are authing via Winbind this works 
fine and the only difference I can see between a local  user and an AD 
user is the fact the AD user has a MUCH higher UID, how can I create a 
user with a low UID to test this?  I don't want to change them all yet as 
it might not be this that is causing the problem.


Many Thanks,
KJS



What sort of problem are you having?

The higher UID for non-local users is normal and shouldn't be touched in 
most cases.  This is to keep the local UIDs different significantly from the 
ones that are not local.
The only problem you may be having would be if you have a huge number of 
local users.  In which case you would have to determine if it would be 
better to create all local account for everyone on the domain to keep from 
having problems.  But, I seriously doubt this is the problem.


James K. 


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba