On 01/12/14 09:46, mourik jan heupink wrote:
Hi,A small question: How does lam determine the next available uidNumber? Using ADUC, the last used number is stored in msSFU30MaxUidNumber (http://msdn.microsoft.com/en-us/library/cc220531.aspx), to be found here: CN=<lowercase workgroup name>,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,DC=example,DC=com This works nicely, and the users we create using ADUC all get a unique, new uidNumber. Contrary: Users that we create in LAM get a duplicate (already used) uidNumber. So we have to manually edit those. Our question: Would it be possible for lam to take into account the last used uidNumber (from msSFU30MaxUidNumber) and use (msSFU30MaxUidNumber+1) when creating a new user?
Only one problem with that, 'msSFU30MaxUidNumber' **is** the next available uidNumber. When creating a new user, you should get the value of this attribute, use it for your user, then replace the value of 'msSFU30MaxUidNumber' with 'uidNumber + 1'.
Rowland
Kind regards, Mourik Jan ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
