Joshua McClintock
2013-Jul-11 19:00 UTC
[Samba] does winbind have an upper limit of 1410065407 for UID numbers?
Hello, I'm seem to be hitting an upper limit on the range in winbind for idmap or I have something configured incorrectly... My uidNumber in AD is 1951526546, which the log message show it retrieved correctly, however, the log message shows the upper limit is 1410065407 even though it's configured to be 9999999999. Here are the lines from my smb.conf idmap config CORP:range = 1000000000-9999999999 idmap config CORP:backend = ad idmap config CORP:schema_mode = rfc2307 [2013/07/05 14:47:09.217707, 5] ../source3/passdb/pdb_interface.c:1392(pdb_default_uid_to_sid) pdb_default_uid_to_sid: Did not find user joshua (1951526546) [2013/07/05 14:47:09.217775, 5] ../source3/winbindd/idmap_tdb_common.c:397(idmap_tdb_common_unixid_to_sid) Requested id (1951526546) out of range (1000000000 - 1410065407). Filtered! Has anyone else had this issue using uid numbers so large? Thanks! Joshua McClintock