<div>Hi.<br></div><div></div><div></div><div>I&#39;m working on a few small scripts aimed at AD&lt;-&gt;FDS/RHDS. In my organization we&#39;re setting up RHDS as a AD slave, and but do not store any linux user information on the AD side. So from AD we get only some user information, and have to add things such as posix attributes on the RHDS side. In addition, we&#39;d like to use AD group memberships to create NIS netgroups on the RHDS side, and use this info to control which users get access to which servers. </div>
<div></div><div>I&#39;ve not yet come across scripts that solves these issues, so I&#39;m working on my own script. I&#39;ve not a programmer, and this is more or less my first perl scripts, so please keep that in mind. </div>
<div></div><div>Since I&#39;ve never been part of a code sharing project before, I could use some info on how to share my code. Is there a how-to on how to get started?</div><div></div><div>Btw, for those who&#39;s interested, let me briefly describe the functionality of the scripts:</div>
<div>Currently there are three different scripts. </div><div><ul><li>The first one add posix attributes to users synced over from AD. It can be used in a cron job to automatically add posix attributes to new users. </li><li>
The second one create NIS netgroups based on group information defined on the AD side. An example: If you have a AD-group called &quot;hardware-admin&quot;, you can create a corresponding netgroup on the RHDS-side, say &quot;ng-hw-admin&quot;. The script makes sure that changes made to the AD-group is reflected on the RHDS-side. </li>
<li>The third script is more of a admin script: It let you create new netgroups, define which netgroup should correspond (i.e. &quot;match&quot;) with which AD-group, and stuff like that</li></ul></div><div></div><div>Regards, </div>
<div>Kenneth Holter</div>